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/08/20 13:38:05 UTC

[GitHub] marcoabreu closed pull request #12249: Disabled flaky test: test_operator_gpu.test_bilinear_sampler

marcoabreu closed pull request #12249: Disabled flaky test: test_operator_gpu.test_bilinear_sampler
URL: https://github.com/apache/incubator-mxnet/pull/12249
 
 
   

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 652bae1fb7c..04617de8b19 100644
--- a/tests/python/unittest/test_operator.py
+++ b/tests/python/unittest/test_operator.py
@@ -3940,6 +3940,7 @@ def test_grid_generator():
         assert_almost_equal(exe_add.grad_dict['flow'].asnumpy(), grad_est + flow_grad_npy, rtol=1e-3, atol=1e-5)
 
 
+@unittest.skip("Flaky test https://github.com/apache/incubator-mxnet/issues/12248")
 def test_bilinear_sampler():
     from math import floor
 


 

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