From 6c292dc103a0867bc78d26be282dfcd769757520 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Thu, 9 Jul 2020 19:17:03 -0700 Subject: [PATCH] Disable test that fails due to gRPC port collisions. PiperOrigin-RevId: 320527546 Change-Id: I0eb53ed0a42685c299e319fe0bf04821eeb6417f --- tensorflow/python/debug/BUILD | 1 + 1 file changed, 1 insertion(+) diff --git a/tensorflow/python/debug/BUILD b/tensorflow/python/debug/BUILD index 7b68e93a08c..36fdb20aeae 100644 --- a/tensorflow/python/debug/BUILD +++ b/tensorflow/python/debug/BUILD @@ -1274,6 +1274,7 @@ cuda_py_test( tags = [ "no_oss", # Test flaky due to port collisions. "no_windows", + "notap", # TODO(b/160925973): Test flaky due to port collisions. "notsan", "oss_serial", ],