diff options
author | Michael Pratt <mpratt@google.com> | 2019-06-19 17:17:12 -0700 |
---|---|---|
committer | gVisor bot <gvisor-bot@google.com> | 2019-06-19 17:18:11 -0700 |
commit | c2d87d5d7cd1b7c9e601bfabdcbf53aebfb89de4 (patch) | |
tree | bfe0d809c4692b19ec637681791235611d985a70 /test/syscalls/linux/BUILD | |
parent | 9781128d5ada2d9e8b28e61c7e7b3f19bc303af5 (diff) |
Mark tcp_socket test flaky (for real)
The tag on the binary has no effect. It must be on the test.
PiperOrigin-RevId: 254103480
Diffstat (limited to 'test/syscalls/linux/BUILD')
-rw-r--r-- | test/syscalls/linux/BUILD | 2 |
1 files changed, 0 insertions, 2 deletions
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", |