Skip to content

Commit

Permalink
[MXNET-909] Disable tvm_bridge test (apache#12476)
Browse files Browse the repository at this point in the history
  • Loading branch information
KellenSunderland authored and anirudh2290 committed Sep 19, 2018
1 parent 2a2ebd5 commit a0b80e3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/python/gpu/test_tvm_bridge.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,9 @@
import logging
import mxnet as mx
import numpy as np
import unittest

@unittest.skip("Flaky test https://github.com/apache/incubator-mxnet/issues/12473")
def test_tvm_bridge():
# only enable test if TVM is available
try:
Expand Down

0 comments on commit a0b80e3

Please sign in to comment.