Disable failing prefetching_ops_test.

PiperOrigin-RevId: 206052752
This commit is contained in:
Gunhan Gulsoy 2018-07-25 14:14:46 -07:00 committed by TensorFlower Gardener
parent d5f3478dd4
commit 7bbd69fd16

View File

@ -234,7 +234,12 @@ cuda_py_test(
"//tensorflow/python/data/ops:dataset_ops",
"//tensorflow/python/data/ops:iterator_ops",
],
tags = ["no_windows_gpu"],
tags = [
"manual",
"no_oss",
"no_windows_gpu" +
"notap",
],
)
py_test(