Automated rollback of commit 93ce8af6f9c97f766b4dcdd919a30805885d61e3
PiperOrigin-RevId: 244114446
This commit is contained in:
parent
923193eeef
commit
ea73eb4a0c
@ -139,7 +139,6 @@ py_test(
|
|||||||
size = "small",
|
size = "small",
|
||||||
srcs = ["python/layers/rnn_cells_test.py"],
|
srcs = ["python/layers/rnn_cells_test.py"],
|
||||||
srcs_version = "PY2AND3",
|
srcs_version = "PY2AND3",
|
||||||
tags = ["manual"], # TODO(b/130760310): re-enable.
|
|
||||||
deps = [
|
deps = [
|
||||||
":pruning",
|
":pruning",
|
||||||
":rnn_cells",
|
":rnn_cells",
|
||||||
|
@ -156,10 +156,7 @@ py_test(
|
|||||||
timeout = "long", # Moderate but for asan
|
timeout = "long", # Moderate but for asan
|
||||||
srcs = ["lstm_test.py"],
|
srcs = ["lstm_test.py"],
|
||||||
srcs_version = "PY2AND3",
|
srcs_version = "PY2AND3",
|
||||||
tags = [
|
tags = ["notsan"],
|
||||||
"manual", # TODO(b/130760310): re-enable.
|
|
||||||
"notsan",
|
|
||||||
],
|
|
||||||
deps = [
|
deps = [
|
||||||
":lstm_main_lib",
|
":lstm_main_lib",
|
||||||
"//tensorflow/python:client_testlib",
|
"//tensorflow/python:client_testlib",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user