From bd3383a7e25b426fc6aa5a28fc8ffa6fe7fa333e Mon Sep 17 00:00:00 2001 From: Ting-Yu Wang Date: Fri, 21 Aug 2020 16:33:04 -0700 Subject: Move udp port exhaustion tests to a 'nogotsan' one. It frequently times out under GoTSAN. PiperOrigin-RevId: 327894343 --- test/syscalls/BUILD | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'test/syscalls/BUILD') diff --git a/test/syscalls/BUILD b/test/syscalls/BUILD index 9897946ed..ad53e92e5 100644 --- a/test/syscalls/BUILD +++ b/test/syscalls/BUILD @@ -667,6 +667,13 @@ syscall_test( test = "//test/syscalls/linux:socket_ipv4_udp_unbound_loopback_test", ) +syscall_test( + size = "medium", + # Takes too long under gotsan to run. + tags = ["nogotsan"], + test = "//test/syscalls/linux:socket_ipv4_udp_unbound_loopback_nogotsan_test", +) + syscall_test( test = "//test/syscalls/linux:socket_ip_unbound_test", ) -- cgit v1.2.3