diff --git a/test/syscalls/BUILD b/test/syscalls/BUILD index e2e6ceda8..530afc4f8 100644 --- a/test/syscalls/BUILD +++ b/test/syscalls/BUILD @@ -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", )