awslabs / keras-apache-mxnet

[DEPRECATED] Amazon Deep Learning's Keras with Apache MXNet support
https://github.com/awslabs/keras-apache-mxnet/wiki
Other
290 stars 65 forks source link

Add rerun for failed flaky test #209

Open roywei opened 5 years ago

roywei commented 5 years ago

There is one flaky test that hangs sometimes in our CI: test_warnings failed 2 times in recent 21 runs We may want to consider automatically re-run it after failure. But need to introduce a new dependency on pytest-rerunfailures https://github.com/pytest-dev/pytest-rerunfailures