Disable data_service_ops_test as it's failing on TAP.

PiperOrigin-RevId: 337007737
Change-Id: Idb9ade6fcf5c940b69f7f01ecf5ea482c83ec2df
This commit is contained in:
Rick Chao 2020-10-13 19:59:08 -07:00 committed by TensorFlower Gardener
parent 746af76e4f
commit 412e03a30f

View File

@ -157,6 +157,7 @@ tf_py_test(
srcs = ["data_service_ops_test.py"],
shard_count = 10,
srcs_version = "PY3",
tags = ["notap"], # TODO(b/170783829)
deps = [
":data_service_test_base",
"//tensorflow:tensorflow_py",