Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

Commit

Permalink
Skip Flaky Test (#15722)
Browse files Browse the repository at this point in the history
* Update test_profiler.py

* retrigger tests
  • Loading branch information
Zha0q1 authored and haojin2 committed Aug 2, 2019
1 parent 1434b98 commit b07211f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/python/unittest/test_profiler.py
Original file line number Diff line number Diff line change
Expand Up @@ -433,6 +433,7 @@ def test_custom_operator_profiling_multiple_custom_ops_imperative():
custom_operator_profiling_multiple_custom_ops(None, 'imperative', \
'test_custom_operator_profiling_multiple_custom_ops_imperative.json')

@unittest.skip("Flaky test https://github.com/apache/incubator-mxnet/issues/15406")
def test_custom_operator_profiling_naive_engine():
# run the three tests above using Naive Engine
run_in_spawned_process(test_custom_operator_profiling, \
Expand Down

0 comments on commit b07211f

Please sign in to comment.