From 50c51d098a8425c09c19a248a7c5b1aaa4df06be Mon Sep 17 00:00:00 2001 From: divinity76 Date: Wed, 17 Jan 2024 11:10:24 +0100 Subject: [PATCH] missing SKIP_SLOW_TESTS (#13156) * missing SKIP_SLOW_TESTS this test took 2 seconds to execute on a 5GHz AMD Ryzen 9 7950x (one of AMD's fastest single-thread-performance CPUs), it should have SKIP_SLOW_TESTS * skip message nitpick --- ext/standard/tests/general_functions/proc_open_sockets1.phpt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ext/standard/tests/general_functions/proc_open_sockets1.phpt b/ext/standard/tests/general_functions/proc_open_sockets1.phpt index c563cd36ddb..ce5cca9491e 100644 --- a/ext/standard/tests/general_functions/proc_open_sockets1.phpt +++ b/ext/standard/tests/general_functions/proc_open_sockets1.phpt @@ -1,5 +1,9 @@ --TEST-- proc_open() with output socketpairs +--SKIPIF-- + --FILE--