diff --git a/tests/python/unittest/test_gluon.py b/tests/python/unittest/test_gluon.py index e8ef704c4ec2..02dc6cee4a66 100644 --- a/tests/python/unittest/test_gluon.py +++ b/tests/python/unittest/test_gluon.py @@ -1931,7 +1931,6 @@ def hybrid_forward(self, F, x): @with_seed() -@unittest.skip('Test failing, tracked by https://github.com/apache/incubator-mxnet/issues/12715') def test_slice_batchnorm(): class Net(gluon.HybridBlock): def __init__(self, slice, **kwargs): @@ -2007,7 +2006,6 @@ 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):