From 7f30cbf0e21ecc3dd302c754a7b9ddecf474b115 Mon Sep 17 00:00:00 2001 From: Anna R Date: Fri, 13 Oct 2017 13:02:47 -0700 Subject: Internal change. PiperOrigin-RevId: 172134904 --- tensorflow/contrib/gan/BUILD | 1 + tensorflow/python/keras/BUILD | 1 + 2 files changed, 2 insertions(+) diff --git a/tensorflow/contrib/gan/BUILD b/tensorflow/contrib/gan/BUILD index 64bff7cecf..27a5d6ec31 100644 --- a/tensorflow/contrib/gan/BUILD +++ b/tensorflow/contrib/gan/BUILD @@ -441,6 +441,7 @@ py_test( srcs = ["python/estimator/python/gan_estimator_test.py"], shard_count = 1, srcs_version = "PY2AND3", + tags = ["notsan"], deps = [ ":gan_estimator", ":namedtuples", diff --git a/tensorflow/python/keras/BUILD b/tensorflow/python/keras/BUILD index fd8ac392de..d61733dff6 100644 --- a/tensorflow/python/keras/BUILD +++ b/tensorflow/python/keras/BUILD @@ -668,6 +668,7 @@ py_test( size = "medium", srcs = ["_impl/keras/estimator_test.py"], srcs_version = "PY2AND3", + tags = ["notsan"], deps = [ ":keras", "//tensorflow/python:client_testlib", -- cgit v1.2.3