mirror of
https://github.com/netbirdio/gvisor.git
synced 2026-05-22 17:12:49 -07:00
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:
committed by
gVisor bot
parent
9781128d5a
commit
c2d87d5d7c
@@ -609,6 +609,8 @@ syscall_test(test = "//test/syscalls/linux:sysret_test")
|
||||
syscall_test(
|
||||
size = "medium",
|
||||
shard_count = 10,
|
||||
# FIXME(b/135470853)
|
||||
tags = ["flaky"],
|
||||
test = "//test/syscalls/linux:tcp_socket_test",
|
||||
)
|
||||
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user