Actually disable the flaky test
PiperOrigin-RevId: 256439799
This commit is contained in:
parent
a01e65e47e
commit
7c5b1779f8
@ -137,9 +137,6 @@ py_library(
|
||||
"keras_lstm_model_correctness_test.py",
|
||||
"keras_stateful_lstm_model_correctness_test.py",
|
||||
],
|
||||
tags = [
|
||||
"no_oss",
|
||||
],
|
||||
deps = [
|
||||
"//tensorflow/python:client_testlib",
|
||||
"//tensorflow/python:training",
|
||||
@ -223,6 +220,7 @@ distribute_py_test(
|
||||
shard_count = 31,
|
||||
tags = [
|
||||
"multi_and_single_gpu",
|
||||
"no_oss", # b/136660639
|
||||
"no_windows_gpu",
|
||||
"notap", # b/131937016
|
||||
"notsan",
|
||||
|
Loading…
Reference in New Issue
Block a user