diff options
author | Bhasker Hariharan <bhaskerh@google.com> | 2019-12-09 12:03:16 -0800 |
---|---|---|
committer | gVisor bot <gvisor-bot@google.com> | 2019-12-09 12:04:51 -0800 |
commit | cb5f9b8f863c93bb7e3757c1f4b3e1a64e6acdfb (patch) | |
tree | 3749613021ec951b265522b3935d350ad905311a | |
parent | cf477c86ca8bfd27551c97aa4015364d30b98f2e (diff) |
Mark test as non flaky.
PiperOrigin-RevId: 284606133
-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 c49445d62..6ea922fb4 100644 --- a/test/syscalls/linux/BUILD +++ b/test/syscalls/linux/BUILD @@ -3272,8 +3272,6 @@ cc_binary( testonly = 1, srcs = ["tcp_socket.cc"], linkstatic = 1, - # FIXME(b/135470853) - tags = ["flaky"], deps = [ ":socket_test_util", "//test/util:file_descriptor", |