Re-enable the integration tests on TAP, and only disable the failing windows environment.
PiperOrigin-RevId: 206058315
This commit is contained in:
parent
f0bf6c5191
commit
411a722626
@ -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",
|
||||
],
|
||||
|
Loading…
x
Reference in New Issue
Block a user