Re-enable the integration tests on TAP, and only disable the failing windows environment.

PiperOrigin-RevId: 206058315
This commit is contained in:
Dan Moldovan 2018-07-25 14:44:29 -07:00 committed by TensorFlower Gardener
parent f0bf6c5191
commit 411a722626

View File

@ -22,11 +22,7 @@ py_test(
"keras_test.py",
],
srcs_version = "PY2AND3",
tags = [
"manual",
"no_oss",
"notap",
],
tags = ["no_windows"],
deps = [
"//tensorflow:tensorflow_py",
],
@ -38,11 +34,7 @@ py_test(
"list_literals_test.py",
],
srcs_version = "PY2AND3",
tags = [
"manual",
"no_oss",
"notap",
],
tags = ["no_windows"],
deps = [
"//tensorflow:tensorflow_py",
],