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 285adda [MXNET-909] Disable tvm_bridge test (#12476)
285adda is described below
commit 285adda7c7e1edb2ffd663b2107c4897cdaa4b48
Author: Kellen Sunderland <[email protected]>
AuthorDate: Fri Sep 7 18:30:37 2018 +0200
[MXNET-909] Disable tvm_bridge test (#12476)
---
tests/python/gpu/test_tvm_bridge.py | 2 ++
1 file changed, 2 insertions(+)
diff --git a/tests/python/gpu/test_tvm_bridge.py
b/tests/python/gpu/test_tvm_bridge.py
index 4b1105a..c3cf2dd 100644
--- a/tests/python/gpu/test_tvm_bridge.py
+++ b/tests/python/gpu/test_tvm_bridge.py
@@ -19,7 +19,9 @@
import logging
import mxnet as mx
import numpy as np
+import unittest
[email protected]("Flaky test
https://github.com/apache/incubator-mxnet/issues/12473")
def test_tvm_bridge():
# only enable test if TVM is available
try: