This is an automated email from the ASF dual-hosted git repository.
haoj pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git
The following commit(s) were added to refs/heads/master by this push:
new b07211f Skip Flaky Test (#15722)
b07211f is described below
commit b07211f41b6e8a0e967d2170500be7e508ff3c2a
Author: Zhaoqi Zhu <[email protected]>
AuthorDate: Thu Aug 1 20:29:22 2019 -0700
Skip Flaky Test (#15722)
* Update test_profiler.py
* retrigger tests
---
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 33f5984..d04f390 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')
[email protected]("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, \