Skip to content

Commit

Permalink
Skip flaky test_gpu_memory_profiler_gluon on cd pipeline (apache#18565)
Browse files Browse the repository at this point in the history
  • Loading branch information
mseth10 authored and bgawrych committed Jun 23, 2020
1 parent 7a4ff04 commit beb382a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/python/unittest/test_profiler.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
import mxnet as mx
from mxnet import profiler
from mxnet.gluon import nn
from mxnet.test_utils import is_cd_run
from common import run_in_spawned_process
import pytest

Expand Down Expand Up @@ -532,6 +533,7 @@ def test_gpu_memory_profiler_symbolic():


@pytest.mark.skipif(mx.context.num_gpus() == 0, reason="GPU memory profiler records allocation on GPUs only")
@pytest.mark.skipif(is_cd_run(), reason="flaky test - open issue #18564")
def test_gpu_memory_profiler_gluon():
enable_profiler(profile_filename='test_profiler.json',
run=True, continuous_dump=True)
Expand Down

0 comments on commit beb382a

Please sign in to comment.