From fbfb7e412c88174141549d3be78003645d91fae3 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Fri, 10 Apr 2020 10:19:47 -0700 Subject: [PATCH] Disable flaky test PiperOrigin-RevId: 305897991 Change-Id: Iee5d4f7838702547b18e84579f6e816fad6b4b2d --- tensorflow/python/distribute/BUILD | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tensorflow/python/distribute/BUILD b/tensorflow/python/distribute/BUILD index 55d5463527b..bbc9364e958 100644 --- a/tensorflow/python/distribute/BUILD +++ b/tensorflow/python/distribute/BUILD @@ -721,6 +721,9 @@ py_library( py_test( name = "combinations_test", srcs = ["combinations_test.py"], + tags = [ + "notap", # TODO(b/153646955): flaky + ], deps = [ ":combinations", "//tensorflow/python:client_testlib",