You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by la...@apache.org on 2020/09/29 18:47:15 UTC

[incubator-mxnet] 01/01: Skip flaky test_gpu_memory_profiler_gluon

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 <la...@amazon.com>
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"
 
 
+@pytest.mark.skip(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')