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 1434b98 commit b07211fCopy full SHA for b07211f
tests/python/unittest/test_profiler.py
@@ -433,6 +433,7 @@ 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