marcoabreu closed pull request #12378: Disabled flaky test: 
test_mkldnn.test_activation
URL: https://github.com/apache/incubator-mxnet/pull/12378
 
 
   

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 6287bfc96fa..ba4cf3f0116 100644
--- a/tests/python/mkl/test_mkldnn.py
+++ b/tests/python/mkl/test_mkldnn.py
@@ -22,6 +22,7 @@
 import os
 import numpy as np
 import mxnet as mx
+import unittest
 from mxnet.test_utils import rand_ndarray, assert_almost_equal
 from mxnet import gluon
 from mxnet.gluon import nn
@@ -280,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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to