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 2019/07/02 17:57:46 UTC

[GitHub] [incubator-mxnet] anirudh2290 commented on a change in pull request #15436: Temporarily Commenting out Flaky Test

anirudh2290 commented on a change in pull request #15436: Temporarily Commenting out Flaky Test
URL: https://github.com/apache/incubator-mxnet/pull/15436#discussion_r299611056
 
 

 ##########
 File path: tests/python/unittest/test_profiler.py
 ##########
 @@ -434,21 +434,24 @@ def test_custom_operator_profiling_multiple_custom_ops_symbolic():
             'symbolic', \
             'test_custom_operator_profiling_multiple_custom_ops_symbolic.json')
 
-def test_custom_operator_profiling_naive_engine():
-    # run the three tests above using Naive Engine
-    run_in_spawned_process(test_custom_operator_profiling, \
-            {'MXNET_ENGINE_TYPE' : "NaiveEngine"}, \
-            'test_custom_operator_profiling_naive.json')
-    run_in_spawned_process(test_custom_operator_profiling_multiple_custom_ops_imperative, \
-            {'MXNET_ENGINE_TYPE' : "NaiveEngine"}, \
-            'imperative', \
-            'test_custom_operator_profiling_multiple_custom_ops_imperative_naive.json')
-    run_in_spawned_process(test_custom_operator_profiling_multiple_custom_ops_imperative, \
-            {'MXNET_ENGINE_TYPE' : "NaiveEngine", \
-            'MXNET_EXEC_BULK_EXEC_INFERENCE' : 0, \
-            'MXNET_EXEC_BULK_EXEC_TRAIN' : 0}, \
-            'symbolic', \
-            'test_custom_operator_profiling_multiple_custom_ops_symbolic_naive.json')
+'''
 
 Review comment:
   You can do it with @unittest.skip . Look at other examples in test.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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