summaryrefslogtreecommitdiffhomepage
path: root/test/syscalls/BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'test/syscalls/BUILD')
-rw-r--r--test/syscalls/BUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/syscalls/BUILD b/test/syscalls/BUILD
index 39f1de0c9..a8fd20956 100644
--- a/test/syscalls/BUILD
+++ b/test/syscalls/BUILD
@@ -364,8 +364,8 @@ syscall_test(
)
syscall_test(
- # FIXME
- tags = ["flaky"],
+ # Multicast packets can be received by the wrong test if run in parallel.
+ parallel = False,
test = "//test/syscalls/linux:socket_ipv4_udp_unbound_loopback_test",
)