Skip to content

Commit

Permalink
Disable flaky test: test_operator_gpu.test_convolution_grouping (apac…
Browse files Browse the repository at this point in the history
  • Loading branch information
lebeg authored and marcoabreu committed Aug 17, 2018
1 parent abbe283 commit fa18f51
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/python/unittest/test_operator.py
Original file line number Diff line number Diff line change
Expand Up @@ -1586,6 +1586,7 @@ def check_batchnorm_training(stype):
check_batchnorm_training('default')


@unittest.skip("Flaky test https://github.com/apache/incubator-mxnet/issues/12219")
@with_seed()
def test_convolution_grouping():
for dim in [1, 2, 3]:
Expand Down

0 comments on commit fa18f51

Please sign in to comment.