Actually disable the flaky test

PiperOrigin-RevId: 256439799
This commit is contained in:
Akshay Modi 2019-07-03 14:34:31 -07:00 committed by TensorFlower Gardener
parent a01e65e47e
commit 7c5b1779f8

View File

@ -137,9 +137,6 @@ py_library(
"keras_lstm_model_correctness_test.py", "keras_lstm_model_correctness_test.py",
"keras_stateful_lstm_model_correctness_test.py", "keras_stateful_lstm_model_correctness_test.py",
], ],
tags = [
"no_oss",
],
deps = [ deps = [
"//tensorflow/python:client_testlib", "//tensorflow/python:client_testlib",
"//tensorflow/python:training", "//tensorflow/python:training",
@ -223,6 +220,7 @@ distribute_py_test(
shard_count = 31, shard_count = 31,
tags = [ tags = [
"multi_and_single_gpu", "multi_and_single_gpu",
"no_oss", # b/136660639
"no_windows_gpu", "no_windows_gpu",
"notap", # b/131937016 "notap", # b/131937016
"notsan", "notsan",