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",
|
"keras_test.py",
|
||||||
],
|
],
|
||||||
srcs_version = "PY2AND3",
|
srcs_version = "PY2AND3",
|
||||||
tags = [
|
tags = ["no_windows"],
|
||||||
"manual",
|
|
||||||
"no_oss",
|
|
||||||
"notap",
|
|
||||||
],
|
|
||||||
deps = [
|
deps = [
|
||||||
"//tensorflow:tensorflow_py",
|
"//tensorflow:tensorflow_py",
|
||||||
],
|
],
|
||||||
@ -38,11 +34,7 @@ py_test(
|
|||||||
"list_literals_test.py",
|
"list_literals_test.py",
|
||||||
],
|
],
|
||||||
srcs_version = "PY2AND3",
|
srcs_version = "PY2AND3",
|
||||||
tags = [
|
tags = ["no_windows"],
|
||||||
"manual",
|
|
||||||
"no_oss",
|
|
||||||
"notap",
|
|
||||||
],
|
|
||||||
deps = [
|
deps = [
|
||||||
"//tensorflow:tensorflow_py",
|
"//tensorflow:tensorflow_py",
|
||||||
],
|
],
|
||||||
|
Loading…
x
Reference in New Issue
Block a user