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()