From c2d87d5d7cd1b7c9e601bfabdcbf53aebfb89de4 Mon Sep 17 00:00:00 2001 From: Michael Pratt Date: Wed, 19 Jun 2019 17:17:12 -0700 Subject: Mark tcp_socket test flaky (for real) The tag on the binary has no effect. It must be on the test. PiperOrigin-RevId: 254103480 --- test/syscalls/linux/BUILD | 2 -- 1 file changed, 2 deletions(-) (limited to 'test/syscalls/linux/BUILD') diff --git a/test/syscalls/linux/BUILD b/test/syscalls/linux/BUILD index 7b69396ac..7e3ad08a9 100644 --- a/test/syscalls/linux/BUILD +++ b/test/syscalls/linux/BUILD @@ -2939,8 +2939,6 @@ cc_binary( testonly = 1, srcs = ["tcp_socket.cc"], linkstatic = 1, - # FIXME(b/135470853) - tags = ["flaky"], deps = [ ":socket_test_util", "//test/util:file_descriptor", -- cgit v1.2.3