We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22cba4a commit 0bdf994Copy full SHA for 0bdf994
tests/python/unittest/test_profiler.py
@@ -433,7 +433,6 @@ def test_custom_operator_profiling_multiple_custom_ops_imperative():
433
custom_operator_profiling_multiple_custom_ops(None, 'imperative', \
434
'test_custom_operator_profiling_multiple_custom_ops_imperative.json')
435
436
-@unittest.skip("Flaky test https://github.com/apache/incubator-mxnet/issues/15406")
437
def test_custom_operator_profiling_naive_engine():
438
# run the three tests above using Naive Engine
439
run_in_spawned_process(test_custom_operator_profiling, \
0 commit comments