aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar Yifei Feng <1192265+yifeif@users.noreply.github.com>2018-03-08 18:06:42 -0800
committerGravatar GitHub <noreply@github.com>2018-03-08 18:06:42 -0800
commita5b4457a9cc3c4ae5652023b655d9f88eb8f2f35 (patch)
tree932571ddbfa0d8e062a5515e4a5b5bf79b4aecb6
parented4b2e1dd54ea9eac6a782d2df60534f609150a6 (diff)
parent2a849d5c1fda91c7cbb16786354d5143519da650 (diff)
Merge pull request #17578 from tensorflow/yifeif-patch-4
Disable checkpointable_utils_test
-rw-r--r--tensorflow/contrib/eager/python/BUILD5
1 files changed, 4 insertions, 1 deletions
diff --git a/tensorflow/contrib/eager/python/BUILD b/tensorflow/contrib/eager/python/BUILD
index 5a6251b871..fad833dd2d 100644
--- a/tensorflow/contrib/eager/python/BUILD
+++ b/tensorflow/contrib/eager/python/BUILD
@@ -266,7 +266,10 @@ cuda_py_test(
"//tensorflow/python/eager:test",
"//tensorflow/python/keras",
],
- tags = ["no_windows"], # TODO: needs investigation on Windows
+ tags = [
+ "no_oss", # b/74395663
+ "no_windows", # TODO: needs investigation on Windows
+ ],
)
filegroup(