From 6c6adebacc6906ca237264b26cbd952e1de4f83a Mon Sep 17 00:00:00 2001 From: ChaiBapchya Date: Thu, 24 Oct 2019 14:55:58 -0700 Subject: [PATCH] Disables test_bulking_operator_gpu due to flakiness --- tests/python/gpu/test_operator_gpu.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/python/gpu/test_operator_gpu.py b/tests/python/gpu/test_operator_gpu.py index 06a16b1bb4f8..8b6928a2aa39 100644 --- a/tests/python/gpu/test_operator_gpu.py +++ b/tests/python/gpu/test_operator_gpu.py @@ -2395,6 +2395,7 @@ def _test_bulking_in_process(seed, time_per_iteration): @with_seed() +@unittest.skip('skippping temporarily, tracked by https://github.com/apache/incubator-mxnet/issues/16517') def test_bulking_operator_gpu(): _test_bulking(_test_bulking_in_process)