Skip to content
This repository was archived by the owner on Nov 17, 2023. It is now read-only.
1 change: 0 additions & 1 deletion tests/python/unittest/test_gluon.py
Original file line number Diff line number Diff line change
Expand Up @@ -420,7 +420,6 @@ def check_layer_forward(layer, dshape):
mx.test_utils.assert_almost_equal(np_out, out.asnumpy(), rtol=1e-5, atol=1e-6)
mx.test_utils.assert_almost_equal(np_dx, x.grad.asnumpy(), rtol=1e-5, atol=1e-6)

@unittest.skip("Flaky test: https://github.com/apache/incubator-mxnet/issues/11506")
@with_seed()
def test_conv():
layers1d = [
Expand Down