aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/cmake/tf_tests.cmake
diff options
context:
space:
mode:
authorGravatar Yifei Feng <yifeif@google.com>2018-06-14 14:56:28 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2018-06-14 14:59:08 -0700
commitc4eafb49612a694386bbda1f51dffb6951ec9cf1 (patch)
tree552dda09acb58042c1466771aed90bf4ca027ccf /tensorflow/contrib/cmake/tf_tests.cmake
parentf01d25471dbe26f0a1116009badc4af169f82b02 (diff)
Install Keras dependencies.
PiperOrigin-RevId: 200623983
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 eb9482dc25..c8de8db126 100644
--- a/tensorflow/contrib/cmake/tf_tests.cmake
+++ b/tensorflow/contrib/cmake/tf_tests.cmake
@@ -325,6 +325,8 @@ if (tensorflow_BUILD_PYTHON_TESTS)
"${tensorflow_source_dir}/tensorflow/contrib/estimator/python/estimator/replicate_model_fn_test.py" # b/71901810
# Broken io_utils_test
"${tensorflow_source_dir}/tensorflow/python/keras/_impl/keras/utils/io_utils_test.py" # b/72894325
+ # OOM
+ "${tensorflow_source_dir}/tensorflow/python/training/saver_large_variable_test.py" # b/110210559
)
endif()
list(REMOVE_ITEM tf_test_src_py ${tf_test_src_py_exclude})