Skip to content

Commit

Permalink
Disable flaky test test_random.test_gamma_generator (apache#12022)
Browse files Browse the repository at this point in the history
  • Loading branch information
marcoabreu authored and aaronmarkham committed Aug 6, 2018
1 parent a6d23bd commit 3fae4ae
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 @@ -447,6 +447,7 @@ def test_uniform_generator():
verify_generator(generator=generator_mx_same_seed, buckets=buckets, probs=probs)

@with_seed()
@unittest.skip('Flaky test, tracked in: https://github.com/apache/incubator-mxnet/issues/9856')
def test_gamma_generator():
ctx = mx.context.current_context()
for dtype in ['float16', 'float32', 'float64']:
Expand Down

0 comments on commit 3fae4ae

Please sign in to comment.