Disable failing tf debugger tests on windows

PiperOrigin-RevId: 297949337
Change-Id: I93ccec356d5ad785e24495cde0a7c9e323fdc314
This commit is contained in:
Gunhan Gulsoy 2020-02-28 15:32:54 -08:00 committed by TensorFlower Gardener
parent 0ec9fe60f1
commit 3a8c575c4e

View File

@ -734,6 +734,7 @@ cuda_py_test(
size = "medium",
srcs = ["lib/check_numerics_callback_test.py"],
python_version = "PY3",
tags = ["no_windows"],
deps = [
":check_numerics_callback",
"//tensorflow/python:framework_test_lib",
@ -870,6 +871,7 @@ py_test(
srcs = ["lib/source_utils_test.py"],
python_version = "PY3",
srcs_version = "PY2AND3",
tags = ["no_windows"],
deps = [
":debug_data",
":debug_utils",