Disable failing prefetching_ops_test.
PiperOrigin-RevId: 206052752
This commit is contained in:
parent
d5f3478dd4
commit
7bbd69fd16
@ -234,7 +234,12 @@ cuda_py_test(
|
|||||||
"//tensorflow/python/data/ops:dataset_ops",
|
"//tensorflow/python/data/ops:dataset_ops",
|
||||||
"//tensorflow/python/data/ops:iterator_ops",
|
"//tensorflow/python/data/ops:iterator_ops",
|
||||||
],
|
],
|
||||||
tags = ["no_windows_gpu"],
|
tags = [
|
||||||
|
"manual",
|
||||||
|
"no_oss",
|
||||||
|
"no_windows_gpu" +
|
||||||
|
"notap",
|
||||||
|
],
|
||||||
)
|
)
|
||||||
|
|
||||||
py_test(
|
py_test(
|
||||||
|
Loading…
Reference in New Issue
Block a user