aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-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})