aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/eager/python/BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'tensorflow/contrib/eager/python/BUILD')
-rw-r--r--tensorflow/contrib/eager/python/BUILD6
1 files changed, 5 insertions, 1 deletions
diff --git a/tensorflow/contrib/eager/python/BUILD b/tensorflow/contrib/eager/python/BUILD
index 4fba014d6f..80176397c0 100644
--- a/tensorflow/contrib/eager/python/BUILD
+++ b/tensorflow/contrib/eager/python/BUILD
@@ -270,7 +270,11 @@ cuda_py_test(
"//tensorflow/python/eager:test",
"//tensorflow/python/keras",
],
- tags = ["notsan"],
+ tags = [
+ "no_oss", # b/74395663
+ "no_windows", # TODO: needs investigation on Windows
+ "notsan",
+ ],
)
filegroup(