mirror of
https://github.com/netbirdio/gvisor.git
synced 2026-05-22 17:12:49 -07:00
Disable flaky hostinet suites.
PiperOrigin-RevId: 515177423
This commit is contained in:
committed by
gVisor bot
parent
f7fa5dc55a
commit
e355916c80
+4
-2
@@ -841,7 +841,8 @@ syscall_test(
|
||||
)
|
||||
|
||||
syscall_test(
|
||||
add_hostinet = True,
|
||||
# TODO(b/267210840): Flaky on hostinet.
|
||||
# add_hostinet = True,
|
||||
shard_count = more_shards,
|
||||
test = "//test/syscalls/linux:socket_ip_unbound_test",
|
||||
)
|
||||
@@ -1087,7 +1088,8 @@ syscall_test(
|
||||
|
||||
syscall_test(
|
||||
size = "medium",
|
||||
add_hostinet = True,
|
||||
# TODO(b/267210840): Flaky on hostinet.
|
||||
# add_hostinet = True,
|
||||
shard_count = more_shards,
|
||||
test = "//test/syscalls/linux:udp_socket_test",
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user