From 91b7f12cf110f40126286441a38ef96f0c1ba366 Mon Sep 17 00:00:00 2001 From: "Christoph M. Becker" Date: Tue, 17 Dec 2024 11:29:41 +0100 Subject: [PATCH] Drop newly added flaky test for now The test expectations are overly specific, and may not be met. For now, we're dropping the test case. --- .../proc_open_multiplex.phpt | 37 ------------------- 1 file changed, 37 deletions(-) delete mode 100644 ext/standard/tests/general_functions/proc_open_multiplex.phpt diff --git a/ext/standard/tests/general_functions/proc_open_multiplex.phpt b/ext/standard/tests/general_functions/proc_open_multiplex.phpt deleted file mode 100644 index 704b0a50660..00000000000 --- a/ext/standard/tests/general_functions/proc_open_multiplex.phpt +++ /dev/null @@ -1,37 +0,0 @@ ---TEST-- -Multiplexing of child output ---FILE-- - 0) { - foreach ($rset as $pipe) { - echo fread($pipe, 6), "\n"; - unset($read_pipes[array_search($pipe, $read_pipes)]); - } - $rset = $read_pipes; -} -?> ---EXPECT-- -hello9 -hello8 -hello7 -hello6 -hello5 -hello4 -hello3 -hello2 -hello1 -hello0