You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by GitBox <gi...@apache.org> on 2018/10/09 15:19:53 UTC

[GitHub] marcoabreu closed pull request #12496: [MXNET-12377] Disable Flaky Test: test_mkldnn.test_activation

marcoabreu closed pull request #12496: [MXNET-12377] Disable Flaky Test: test_mkldnn.test_activation
URL: https://github.com/apache/incubator-mxnet/pull/12496
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/tests/python/mkl/test_mkldnn.py b/tests/python/mkl/test_mkldnn.py
index 17fc29c8111..f8559aecbbe 100644
--- a/tests/python/mkl/test_mkldnn.py
+++ b/tests/python/mkl/test_mkldnn.py
@@ -281,6 +281,7 @@ def check_pooling_training(stype):
         check_pooling_training(stype)
 
 
+@unittest.skip("Flaky test: https://github.com/apache/incubator-mxnet/issues/12377")
 @with_seed()
 def test_activation():
     def check_activation_training(stype):


 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services