Skip to content

Commit

Permalink
Disabled flaky test test_negative_binomial_generator (apache#13784)
Browse files Browse the repository at this point in the history
  • Loading branch information
jlcontreras authored and haohuw committed Jun 23, 2019
1 parent e065049 commit 450f767
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 @@ -582,6 +582,7 @@ def test_poisson_generator():
for _ in range(10)])
verify_generator(generator=generator_mx_same_seed, buckets=buckets, probs=probs)

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

0 comments on commit 450f767

Please sign in to comment.