Automated rollback of commit 93ce8af6f9c97f766b4dcdd919a30805885d61e3

PiperOrigin-RevId: 244114446
This commit is contained in:
Rick Chao 2019-04-17 19:38:07 -07:00 committed by TensorFlower Gardener
parent 923193eeef
commit ea73eb4a0c
2 changed files with 1 additions and 5 deletions

View File

@ -139,7 +139,6 @@ py_test(
size = "small",
srcs = ["python/layers/rnn_cells_test.py"],
srcs_version = "PY2AND3",
tags = ["manual"], # TODO(b/130760310): re-enable.
deps = [
":pruning",
":rnn_cells",

View File

@ -156,10 +156,7 @@ py_test(
timeout = "long", # Moderate but for asan
srcs = ["lstm_test.py"],
srcs_version = "PY2AND3",
tags = [
"manual", # TODO(b/130760310): re-enable.
"notsan",
],
tags = ["notsan"],
deps = [
":lstm_main_lib",
"//tensorflow/python:client_testlib",