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

Commit

Permalink
Disable Flaky Test test_poisson_generator (#14540)
Browse files Browse the repository at this point in the history
  • Loading branch information
Chancebair authored and nswamy committed Apr 5, 2019
1 parent a4b85a5 commit 984d70f
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 984d70f

Please sign in to comment.