Disable saved_mode_test on Cloud TPU.

PiperOrigin-RevId: 313835836
Change-Id: Idbc66938bad01cf41dd042c0e05551cd79db8717
This commit is contained in:
Revan Sopher 2020-05-29 13:03:26 -07:00 committed by TensorFlower Gardener
parent 58740bfbd0
commit 9cd1555bd2

View File

@ -60,6 +60,9 @@ distribute_py_test(
"nomsan", # forge input size exceeded
"notsan", # forge input size exceeded
],
tpu_tags = [
"no_oss", # Test infra collision (b/157754990)
],
deps = [
":distribution_strategy_utils",
":integration_scripts",