1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 08:12:21 +01:00

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
This commit is contained in:
divinity76
2024-01-17 11:10:24 +01:00
committed by GitHub
parent e3f118e351
commit 50c51d098a

View File

@@ -1,5 +1,9 @@
--TEST--
proc_open() with output socketpairs
--SKIPIF--
<?php
if (getenv("SKIP_SLOW_TESTS")) die("skip slow test");
?>
--FILE--
<?php