Disable data_service_ops_test on windows
PiperOrigin-RevId: 306752828 Change-Id: Ib64f22ecaad9be8ca3cc9a7d4280c82a3eb8faf2
This commit is contained in:
parent
713e7a5722
commit
2835c023c0
|
@ -83,6 +83,9 @@ tf_py_test(
|
|||
name = "data_service_ops_test",
|
||||
size = "small",
|
||||
srcs = ["data_service_ops_test.py"],
|
||||
tags = [
|
||||
"no_windows", # b/154164808
|
||||
],
|
||||
deps = [
|
||||
"//tensorflow:tensorflow_py",
|
||||
"//tensorflow/python:client_testlib",
|
||||
|
|
Loading…
Reference in New Issue