Temporarily disable mkl_dequantize_op_test

PiperOrigin-RevId: 296287811
Change-Id: Icc89d8cf863eef95ba3e4c1b7098bcb6327a9494
This commit is contained in:
Smit Hinsu 2020-02-20 13:46:49 -08:00 committed by TensorFlower Gardener
parent 5fc1ad961b
commit ebf01547f5

View File

@ -7990,6 +7990,11 @@ tf_cc_test_mkl(
name = "mkl_dequantize_op_test",
size = "small",
srcs = ["mkl_dequantize_op_test.cc"],
# TODO(b/149940073): Re-enable.
tags = [
"no_oss",
"notap",
],
deps = [
":mkl_dequantize_op",
":mkl_tfconv_op",