Disable flaky test in Keras.

PiperOrigin-RevId: 364888501
This commit is contained in:
Scott Zhu 2021-03-24 14:15:13 -07:00 committed by TensorFlower Gardener
parent 2ac31074fe
commit 3f38beb5e5

@ -747,6 +747,7 @@ distribute_py_test(
shard_count = 50,
tags = [
"multi_gpu",
"no_oss", # TODO(b/183640564): Reenable
"no_tfrt", # TODO(b/180537361): Reenable TFRT after the issue is resolved.
"nomultivm", # TODO(b/170502145)
],