marcoabreu closed pull request #13050: Disabled flaky test 
test_operator.test_prelu
URL: https://github.com/apache/incubator-mxnet/pull/13050
 
 
   

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/unittest/test_operator.py 
b/tests/python/unittest/test_operator.py
index 329254124c7..66ab6f667af 100644
--- a/tests/python/unittest/test_operator.py
+++ b/tests/python/unittest/test_operator.py
@@ -768,6 +768,7 @@ def fleaky_relu_grad(grad, x, y, act_type, slope=0.25):
 # NOTE(haojin2): Skipping the numeric check tests for float16 data type due to 
precision issues,
 # the analytical checks are still performed on each and every data type to 
verify the correctness.
 @with_seed()
+@unittest.skip('Flaky test: 
https://github.com/apache/incubator-mxnet/issues/12885')
 def test_prelu():
     def fprelu(x, gamma):
         pos_indices = x > 0


 

----------------------------------------------------------------
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