Disable flaky hostinet suites.

PiperOrigin-RevId: 515177423
This commit is contained in:
Nicolas Lacasse
2023-03-08 16:50:08 -08:00
committed by gVisor bot
parent f7fa5dc55a
commit e355916c80
+4 -2
View File
@@ -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",
)