mirror of
https://github.com/php/php-src.git
synced 2026-03-24 00:02:20 +01:00
Merge branch 'PHP-8.5'
* PHP-8.5: Add back FPM_RUN_RESOURCE_HEAVY_TESTS
This commit is contained in:
@@ -5,7 +5,7 @@ Frequently fails in CI
|
||||
--SKIPIF--
|
||||
<?php
|
||||
include "skipif.inc";
|
||||
if (!getenv("RUN_RESOURCE_HEAVY_TESTS")) die("skip resource-heavy test");
|
||||
if (!getenv("FPM_RUN_RESOURCE_HEAVY_TESTS")) die("skip FPM resource-heavy test");
|
||||
if (getenv("SKIP_SLOW_TESTS")) die("skip slow test");
|
||||
?>
|
||||
--FILE--
|
||||
|
||||
Reference in New Issue
Block a user