Run external networking test

PiperOrigin-RevId: 350438564
This commit is contained in:
Kevin Krakauer 2021-01-06 15:23:47 -08:00 committed by gVisor bot
parent 7817e3b5e4
commit 084ad58210
1 changed files with 4 additions and 0 deletions

View File

@ -639,6 +639,10 @@ syscall_test(
test = "//test/syscalls/linux:socket_inet_loopback_nogotsan_test",
)
syscall_test(
test = "//test/syscalls/linux:socket_ipv4_udp_unbound_external_networking_test",
)
syscall_test(
size = "large",
shard_count = most_shards,