Disable failing tf debugger tests on windows
PiperOrigin-RevId: 297949337 Change-Id: I93ccec356d5ad785e24495cde0a7c9e323fdc314
This commit is contained in:
parent
0ec9fe60f1
commit
3a8c575c4e
@ -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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user