From 5235ea1c415a44ffa58a8413af98b3f99b8f53fd Mon Sep 17 00:00:00 2001 From: Zhaoqi Zhu Date: Thu, 1 Aug 2019 13:11:53 -0700 Subject: [PATCH 1/2] Update test_profiler.py --- tests/python/unittest/test_profiler.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/python/unittest/test_profiler.py b/tests/python/unittest/test_profiler.py index 33f59845557b..d04f390f219b 100644 --- a/tests/python/unittest/test_profiler.py +++ b/tests/python/unittest/test_profiler.py @@ -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, \ From edc8db953c0c69fa8e9a3ab2a2c037c3a6b04ee6 Mon Sep 17 00:00:00 2001 From: Zhaoqi Zhu Date: Thu, 1 Aug 2019 16:11:16 -0700 Subject: [PATCH 2/2] retrigger tests