Skip to content

Commit 507c48d

Browse files
meteorcloudycaisq
authored andcommitted
Disable tensorflow/python/estimator:keras_test on Windows (tensorflow#19902)
* Disable tensorflow/python/estimator:keras_test on Windows
1 parent c169282 commit 507c48d

File tree

1 file changed

+4
-1
lines changed
  • tensorflow/python/estimator

1 file changed

+4
-1
lines changed

tensorflow/python/estimator/BUILD

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -975,7 +975,10 @@ py_test(
975975
size = "large",
976976
srcs = ["keras_test.py"],
977977
srcs_version = "PY2AND3",
978-
tags = ["notsan"],
978+
tags = [
979+
"no_windows",
980+
"notsan",
981+
],
979982
deps = [
980983
":keras",
981984
"//tensorflow/core:protos_all_py",

0 commit comments

Comments
 (0)