Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

Commit

Permalink
skip unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
TaoLv committed Sep 2, 2019
1 parent ee1187f commit 90d73af
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/python/mkl/test_quantization_mkldnn.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,9 @@
os.environ['MXNET_SUBGRAPH_BACKEND'] = 'NONE'
curr_path = os.path.dirname(os.path.abspath(os.path.expanduser(__file__)))
sys.path.insert(0, os.path.join(curr_path, '../quantization'))
from test_quantization import *

# TODO(Tao): skip these unit tests before MKL-DNN v1.0 integration is done. https://github.com/apache/incubator-mxnet/projects/16
# from test_quantization import *

if __name__ == '__main__':
import nose
Expand Down

0 comments on commit 90d73af

Please sign in to comment.