Skip to content

Commit 50c51d0

Browse files
authored
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
1 parent e3f118e commit 50c51d0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

ext/standard/tests/general_functions/proc_open_sockets1.phpt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
--TEST--
22
proc_open() with output socketpairs
3+
--SKIPIF--
4+
<?php
5+
if (getenv("SKIP_SLOW_TESTS")) die("skip slow test");
6+
?>
37
--FILE--
48
<?php
59

0 commit comments

Comments
 (0)