Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

Commit

Permalink
Disables test_bulking_operator_gpu due to flakiness (#16611)
Browse files Browse the repository at this point in the history
  • Loading branch information
ChaiBapchya authored and roywei committed Oct 25, 2019
1 parent ef56334 commit 4e03e6a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/python/gpu/test_operator_gpu.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit 4e03e6a

Please sign in to comment.