Disable flaky multi_worker_fault_tolerance_test

PiperOrigin-RevId: 253636394
This commit is contained in:
Gunhan Gulsoy 2019-06-17 12:29:19 -07:00 committed by TensorFlower Gardener
parent e07ad649c5
commit a6825e00a2

View File

@ -370,9 +370,11 @@ cuda_py_test(
"//tensorflow/python/keras", "//tensorflow/python/keras",
], ],
shard_count = 14, shard_count = 14,
# TODO(b/132384649): Enable for guitar and oss tests. # TODO(b/132384649): Enable once fixed.
tags = [ tags = [
"manual",
"no_oss", "no_oss",
"no_tap",
"noguitar", "noguitar",
], ],
xla_enable_strict_auto_jit = True, xla_enable_strict_auto_jit = True,