aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python/keras/BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'tensorflow/python/keras/BUILD')
-rwxr-xr-xtensorflow/python/keras/BUILD5
1 files changed, 1 insertions, 4 deletions
diff --git a/tensorflow/python/keras/BUILD b/tensorflow/python/keras/BUILD
index f74881f179..eef91e9c5b 100755
--- a/tensorflow/python/keras/BUILD
+++ b/tensorflow/python/keras/BUILD
@@ -636,10 +636,7 @@ py_test(
size = "small",
srcs = ["_impl/keras/utils/io_utils_test.py"],
srcs_version = "PY2AND3",
- tags = [
- "no_windows", # TODO: needs investigation on Windows
- "notsan",
- ],
+ tags = ["notsan"],
deps = [
":keras",
"//tensorflow/python:client_testlib",