marcoabreu closed pull request #11422: [MXNET-602] [MXNET-603] Disabling a 
number of tests to improve CI stability.
URL: https://github.com/apache/incubator-mxnet/pull/11422
 
 
   

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/Jenkinsfile b/Jenkinsfile
index 20ee040217f..bff78e3ddc7 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -859,7 +859,7 @@ try {
                 C:\\mxnet\\test_gpu.bat"""
             } finally {
               collect_test_results_windows('nosetests_gpu_forward.xml', 
'nosetests_gpu_forward_windows_python3_gpu.xml')
-              collect_test_results_windows('nosetests_gpu_operator.xml', 
'nosetests_gpu_operator_windows_python3_gpu.xml')       
+              collect_test_results_windows('nosetests_gpu_operator.xml', 
'nosetests_gpu_operator_windows_python3_gpu.xml')
             }
           }
         }
diff --git a/tests/python/quantization/test_quantization.py 
b/tests/python/quantization/test_quantization.py
index 15e8582b9ee..b6e9bd98e80 100644
--- a/tests/python/quantization/test_quantization.py
+++ b/tests/python/quantization/test_quantization.py
@@ -25,6 +25,7 @@
 from common import with_seed
 from mxnet.module import Module
 from mxnet.io import NDArrayIter
+import unittest
 
 def is_test_for_gpu():
     return mx.current_context().device_type == 'gpu'
@@ -485,6 +486,7 @@ def test_quantize_sym_with_calib():
 
 
 @with_seed()
[email protected]("Flaky test: 
https://github.com/apache/incubator-mxnet/issues/11456";)
 def test_get_optimal_thresholds():
     # Given an ndarray with elements following a uniform distribution, the 
optimal threshold
     # for quantizing the ndarray should be either abs(min(nd)) or abs(max(nd)).
diff --git a/tests/python/unittest/test_gluon.py 
b/tests/python/unittest/test_gluon.py
index 8dd6934ff23..7fff6b8c1f5 100644
--- a/tests/python/unittest/test_gluon.py
+++ b/tests/python/unittest/test_gluon.py
@@ -1196,6 +1196,7 @@ def check_hybrid_static_memory_switching(**kwargs):
         y.backward()
     mx.nd.waitall()
 
[email protected]("Flaky test: 
https://github.com/apache/incubator-mxnet/issues/11171";)
 def test_hybrid_static_memory_switching():
     check_hybrid_static_memory_switching()
     check_hybrid_static_memory_switching(static_alloc=True)


 

----------------------------------------------------------------
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:
[email protected]


With regards,
Apache Git Services

Reply via email to