We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 37bee6e + 71a0179 commit 1683e01Copy full SHA for 1683e01
sapi/fpm/tests/proc-idle-timeout.phpt
@@ -5,7 +5,7 @@ Frequently fails in CI
5
--SKIPIF--
6
<?php
7
include "skipif.inc";
8
-if (!getenv("RUN_RESOURCE_HEAVY_TESTS")) die("skip resource-heavy test");
+if (!getenv("FPM_RUN_RESOURCE_HEAVY_TESTS")) die("skip FPM resource-heavy test");
9
if (getenv("SKIP_SLOW_TESTS")) die("skip slow test");
10
?>
11
--FILE--
0 commit comments