Mark tcp_socket test flaky (for real)

The tag on the binary has no effect. It must be on the test.

PiperOrigin-RevId: 254103480
This commit is contained in:
Michael Pratt 2019-06-19 17:17:12 -07:00 committed by gVisor bot
parent 9781128d5a
commit c2d87d5d7c
2 changed files with 2 additions and 2 deletions

View File

@ -609,6 +609,8 @@ syscall_test(test = "//test/syscalls/linux:sysret_test")
syscall_test( syscall_test(
size = "medium", size = "medium",
shard_count = 10, shard_count = 10,
# FIXME(b/135470853)
tags = ["flaky"],
test = "//test/syscalls/linux:tcp_socket_test", test = "//test/syscalls/linux:tcp_socket_test",
) )

View File

@ -2939,8 +2939,6 @@ cc_binary(
testonly = 1, testonly = 1,
srcs = ["tcp_socket.cc"], srcs = ["tcp_socket.cc"],
linkstatic = 1, linkstatic = 1,
# FIXME(b/135470853)
tags = ["flaky"],
deps = [ deps = [
":socket_test_util", ":socket_test_util",
"//test/util:file_descriptor", "//test/util:file_descriptor",