This is an automated email from the ASF dual-hosted git repository.
marcoabreu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git
The following commit(s) were added to refs/heads/master by this push:
new fa18f51 Disable flaky test:
test_operator_gpu.test_convolution_grouping (#12220)
fa18f51 is described below
commit fa18f513c96f68fea9a062d758af3db66de14b2e
Author: Anton Chernov <[email protected]>
AuthorDate: Fri Aug 17 19:13:10 2018 +0200
Disable flaky test: test_operator_gpu.test_convolution_grouping (#12220)
---
tests/python/unittest/test_operator.py | 1 +
1 file changed, 1 insertion(+)
diff --git a/tests/python/unittest/test_operator.py
b/tests/python/unittest/test_operator.py
index 3f8846f..7cd7300 100644
--- a/tests/python/unittest/test_operator.py
+++ b/tests/python/unittest/test_operator.py
@@ -1586,6 +1586,7 @@ def test_batchnorm_training():
check_batchnorm_training('default')
[email protected]("Flaky test
https://github.com/apache/incubator-mxnet/issues/12219")
@with_seed()
def test_convolution_grouping():
for dim in [1, 2, 3]: