Skip to content

Commit

Permalink
Disable Flaky Test test_poisson_generator (apache#14540)
Browse files Browse the repository at this point in the history
  • Loading branch information
Chancebair authored and haohuw committed Jun 23, 2019
1 parent e0ef807 commit fae3386
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/python/unittest/test_random.py
Original file line number Diff line number Diff line change
Expand Up @@ -568,6 +568,7 @@ def test_exponential_generator():
for _ in range(10)])
verify_generator(generator=generator_mx_same_seed, buckets=buckets, probs=probs, success_rate=0.20)

@unittest.skip("Flaky test. Tracked in https://github.com/apache/incubator-mxnet/issues/13584")
@with_seed()
def test_poisson_generator():
ctx = mx.context.current_context()
Expand Down

0 comments on commit fae3386

Please sign in to comment.