From a6825e00a2a55f403d3e57cf71ac269d682acf30 Mon Sep 17 00:00:00 2001 From: Gunhan Gulsoy Date: Mon, 17 Jun 2019 12:29:19 -0700 Subject: [PATCH] Disable flaky multi_worker_fault_tolerance_test PiperOrigin-RevId: 253636394 --- tensorflow/python/keras/distribute/BUILD | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tensorflow/python/keras/distribute/BUILD b/tensorflow/python/keras/distribute/BUILD index 33edf3ff721..d84f8505064 100644 --- a/tensorflow/python/keras/distribute/BUILD +++ b/tensorflow/python/keras/distribute/BUILD @@ -370,9 +370,11 @@ cuda_py_test( "//tensorflow/python/keras", ], shard_count = 14, - # TODO(b/132384649): Enable for guitar and oss tests. + # TODO(b/132384649): Enable once fixed. tags = [ + "manual", "no_oss", + "no_tap", "noguitar", ], xla_enable_strict_auto_jit = True,