Disable data_service_ops_test on windows

PiperOrigin-RevId: 306752828
Change-Id: Ib64f22ecaad9be8ca3cc9a7d4280c82a3eb8faf2
This commit is contained in:
Akshay Modi 2020-04-15 17:26:34 -07:00 committed by TensorFlower Gardener
parent 713e7a5722
commit 2835c023c0
1 changed files with 3 additions and 0 deletions

View File

@ -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",