Disable flaky //third_party/tensorflow/python:cluster_test_gpu.

PiperOrigin-RevId: 254792351
diff --git a/tensorflow/python/BUILD b/tensorflow/python/BUILD
index 2a0c2d6..984113b 100644
--- a/tensorflow/python/BUILD
+++ b/tensorflow/python/BUILD
@@ -6334,6 +6334,7 @@
     tags = [
         "grappler",
         "no_pip",  # tf_optimizer is not available in pip.
+        "no_tap",  # TODO(b/135924227): Re-enable after fixing flakiness.
     ],
     # This test will not run on XLA because it primarily tests the TF Classic flow.
     xla_enable_strict_auto_jit = False,