aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar Yifei Feng <yifeif@google.com>2018-03-10 22:24:27 -0800
committerGravatar Gunhan Gulsoy <gunan@google.com>2018-03-12 13:13:38 -0700
commit73f2da07577330648cd294d321545d089b600748 (patch)
tree01baf5717859e6a7b77ccc170e7a9a6c833d6dc7
parentd392b1c9ebf131b9ac64ff289d26e43afea21c10 (diff)
Disable keras:convolutional_test.
-rw-r--r--tensorflow/contrib/cmake/tf_tests.cmake3
1 files changed, 3 insertions, 0 deletions
diff --git a/tensorflow/contrib/cmake/tf_tests.cmake b/tensorflow/contrib/cmake/tf_tests.cmake
index 1c4ebd7f0c..e2ed5f6c73 100644
--- a/tensorflow/contrib/cmake/tf_tests.cmake
+++ b/tensorflow/contrib/cmake/tf_tests.cmake
@@ -208,6 +208,9 @@ if (tensorflow_BUILD_PYTHON_TESTS)
"${tensorflow_source_dir}/tensorflow/contrib/learn/python/learn/learn_io/graph_io_test.py"
# Test is flaky on Windows GPU builds (b/38283730).
"${tensorflow_source_dir}/tensorflow/contrib/factorization/python/ops/gmm_test.py"
+ # Disable following manual tag in BUILD.
+ "${tensorflow_source_dir}/tensorflow/python/keras/_impl/keras/layers/convolutional_test.py"
+
)
if (WIN32)
set(tf_test_src_py_exclude