From 726cf51236b03c3922544f1ac521bc1fa9c2643e Mon Sep 17 00:00:00 2001 From: Ilija Tovilo Date: Wed, 5 Feb 2025 13:16:18 +0100 Subject: [PATCH] Add CONFLICT all to random port test If we're very unlucky, we can get the same port opened as an ephemeral port by some other test. Closes GH-17706 --- ext/standard/tests/network/bug20134.phpt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ext/standard/tests/network/bug20134.phpt b/ext/standard/tests/network/bug20134.phpt index b5a7234f73c4f..6692e92b31052 100644 --- a/ext/standard/tests/network/bug20134.phpt +++ b/ext/standard/tests/network/bug20134.phpt @@ -2,6 +2,8 @@ Bug #20134 (UDP reads from invalid ports) --INI-- default_socket_timeout=1 +--CONFLICTS-- +all --FILE--