From e8c6631e2b2c10111744f9f51f6caedd31d55062 Mon Sep 17 00:00:00 2001 From: "A. Unique TensorFlower" Date: Wed, 8 Mar 2017 17:50:43 -0800 Subject: [PATCH] Disable two failing windows tests. Change: 149606199 --- tensorflow/contrib/cmake/tf_tests.cmake | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tensorflow/contrib/cmake/tf_tests.cmake b/tensorflow/contrib/cmake/tf_tests.cmake index 27a3583bcd8..d1c6a74937d 100644 --- a/tensorflow/contrib/cmake/tf_tests.cmake +++ b/tensorflow/contrib/cmake/tf_tests.cmake @@ -188,6 +188,10 @@ if (tensorflow_BUILD_PYTHON_TESTS) "${tensorflow_source_dir}/tensorflow/python/debug/wrappers/dumping_wrapper_test.py" "${tensorflow_source_dir}/tensorflow/python/debug/wrappers/local_cli_wrapper_test.py" "${tensorflow_source_dir}/tensorflow/python/debug/wrappers/framework_test.py" + # Newly running on Windows since TensorBoard backend move. Fail on Windows and need debug. + "${tensorflow_source_dir}/tensorflow/tensorboard/backend/event_processing/directory_watcher_test.py" + "${tensorflow_source_dir}/tensorflow/tensorboard/backend/event_processing/event_multiplexer_test.py" + ) endif()