aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar Yun Peng <pcloudy@google.com>2018-06-12 14:58:56 +0200
committerGravatar Shanqing Cai <cais@google.com>2018-06-12 08:58:56 -0400
commit507c48d876d716cec8e112f5062d2842a964206c (patch)
treeaca5c1b5f4ad563d1dd5514f67385f736a9484fd
parentc169282cfe03e146350d2e17f79be4bf759c4146 (diff)
Disable tensorflow/python/estimator:keras_test on Windows (#19902)
* Disable tensorflow/python/estimator:keras_test on Windows
-rw-r--r--tensorflow/python/estimator/BUILD5
1 files changed, 4 insertions, 1 deletions
diff --git a/tensorflow/python/estimator/BUILD b/tensorflow/python/estimator/BUILD
index c0d63b79a6..9e716e81f4 100644
--- a/tensorflow/python/estimator/BUILD
+++ b/tensorflow/python/estimator/BUILD
@@ -975,7 +975,10 @@ py_test(
size = "large",
srcs = ["keras_test.py"],
srcs_version = "PY2AND3",
- tags = ["notsan"],
+ tags = [
+ "no_windows",
+ "notsan",
+ ],
deps = [
":keras",
"//tensorflow/core:protos_all_py",