From 39f792aec1d6f34e1478d29fb9859f11cf60237b Mon Sep 17 00:00:00 2001 From: Anton Chernov Date: Tue, 9 Oct 2018 16:31:22 +0200 Subject: [PATCH] Disabled flaky test: test_gluon_gpu.test_slice_batchnorm_reshape_batchnorm --- tests/python/unittest/test_gluon.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/python/unittest/test_gluon.py b/tests/python/unittest/test_gluon.py index a6932d252dd2..e8ef704c4ec2 100644 --- a/tests/python/unittest/test_gluon.py +++ b/tests/python/unittest/test_gluon.py @@ -2007,6 +2007,7 @@ def hybrid_forward(self, F, x): @with_seed() +@unittest.skip('Flaky test: https://github.com/apache/incubator-mxnet/issues/12767') def test_slice_batchnorm_reshape_batchnorm(): class Net(gluon.HybridBlock): def __init__(self, shape, slice, **kwargs):