diff options
author | Ting-Yu Wang <anivia@google.com> | 2020-08-21 16:33:04 -0700 |
---|---|---|
committer | Andrei Vagin <avagin@gmail.com> | 2020-09-09 17:53:10 -0700 |
commit | ec987e01ce48d909cb124cc90c416a7c1f03b547 (patch) | |
tree | 40a234c7376078974015e9deabc6e9a92f4ff457 /test/syscalls/BUILD | |
parent | ac83a6a5ed237e0ddcb473b1cbc2e30d8e6c6740 (diff) |
Move udp port exhaustion tests to a 'nogotsan' one.
It frequently times out under GoTSAN.
PiperOrigin-RevId: 327894343
Diffstat (limited to 'test/syscalls/BUILD')
-rw-r--r-- | test/syscalls/BUILD | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/test/syscalls/BUILD b/test/syscalls/BUILD index 9897946ed..ad53e92e5 100644 --- a/test/syscalls/BUILD +++ b/test/syscalls/BUILD @@ -668,6 +668,13 @@ syscall_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", ) |