aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/cmake/tf_tests.cmake
diff options
context:
space:
mode:
authorGravatar Amit Patankar <amitpatankar@google.com>2018-01-17 14:44:17 -0800
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2018-01-17 14:48:02 -0800
commita41f21a6701a77327e66bfec70cb97ecad636070 (patch)
treee56b61b46c7d84b264bff378de1525344bafdac9 /tensorflow/contrib/cmake/tf_tests.cmake
parent6560e5d7307e5bba5c440a1d08f7e8b7692072d3 (diff)
Disabling flaky replicate_model_fn_test.py for cmake.
PiperOrigin-RevId: 182273024
Diffstat (limited to 'tensorflow/contrib/cmake/tf_tests.cmake')
-rw-r--r--tensorflow/contrib/cmake/tf_tests.cmake2
1 files changed, 2 insertions, 0 deletions
diff --git a/tensorflow/contrib/cmake/tf_tests.cmake b/tensorflow/contrib/cmake/tf_tests.cmake
index b584abaf7a..4be0bb6b88 100644
--- a/tensorflow/contrib/cmake/tf_tests.cmake
+++ b/tensorflow/contrib/cmake/tf_tests.cmake
@@ -307,6 +307,8 @@ if (tensorflow_BUILD_PYTHON_TESTS)
# Depends on python/framework/test_ops
"${tensorflow_source_dir}/tensorflow/python/kernel_tests/array_ops_test.py"
"${tensorflow_source_dir}/tensorflow/python/kernel_tests/control_flow_util_test.py"
+ # Flaky replicate_model_fn_test
+ "${tensorflow_source_dir}/tensorflow/contrib/estimator/python/estimator/replicate_model_fn_test.py" # b/71901810
)
endif()
list(REMOVE_ITEM tf_test_src_py ${tf_test_src_py_exclude})