You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by sk...@apache.org on 2019/01/28 17:44:58 UTC

[incubator-mxnet] branch master updated: Disabled flaky test test_negative_binomial_generator (#13784)

This is an automated email from the ASF dual-hosted git repository.

skm pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git


The following commit(s) were added to refs/heads/master by this push:
     new 195d4f1  Disabled flaky test test_negative_binomial_generator (#13784)
195d4f1 is described below

commit 195d4f12ee54693c41c42626e01af740c344c1de
Author: Jose Luis Contreras <jo...@gmail.com>
AuthorDate: Mon Jan 28 18:44:32 2019 +0100

    Disabled flaky test test_negative_binomial_generator (#13784)
---
 tests/python/unittest/test_random.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tests/python/unittest/test_random.py b/tests/python/unittest/test_random.py
index e5f0a45..4e31a23 100644
--- a/tests/python/unittest/test_random.py
+++ b/tests/python/unittest/test_random.py
@@ -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()