Disable two failing windows tests.

Change: 149606199
This commit is contained in:
A. Unique TensorFlower 2017-03-08 17:50:43 -08:00 committed by TensorFlower Gardener
parent 2455824ae0
commit e8c6631e2b

View File

@ -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/dumping_wrapper_test.py"
"${tensorflow_source_dir}/tensorflow/python/debug/wrappers/local_cli_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" "${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() endif()