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,