This is an automated email from the ASF dual-hosted git repository. lausen pushed a commit to branch leezu-patch-2 in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git
commit 6dc1a923937f154f27aa597d9b41b070368bb150 Author: Leonard Lausen <[email protected]> AuthorDate: Tue Sep 29 11:45:21 2020 -0700 Skip flaky test_gpu_memory_profiler_gluon --- tests/python/gpu/test_profiler_gpu.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/python/gpu/test_profiler_gpu.py b/tests/python/gpu/test_profiler_gpu.py index 0773693..4206c3f 100644 --- a/tests/python/gpu/test_profiler_gpu.py +++ b/tests/python/gpu/test_profiler_gpu.py @@ -109,6 +109,7 @@ def test_gpu_memory_profiler_symbolic(): assert False, "Unknown allocation entry has been encountered" [email protected](reason='https://github.com/apache/incubator-mxnet/issues/18564') def test_gpu_memory_profiler_gluon(): enable_profiler(profile_filename='test_profiler.json') profiler.set_state('run')
