Skip to content

Commit

Permalink
Disabled flaky test: test_gluon_gpu.test_slice_batchnorm_reshape_batc…
Browse files Browse the repository at this point in the history
…hnorm (apache#12768)
  • Loading branch information
lebeg authored and lanking520 committed Oct 24, 2018
1 parent d6b13e1 commit f1aae71
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/python/unittest/test_gluon.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down

0 comments on commit f1aae71

Please sign in to comment.