mirror of
https://github.com/php/php-src.git
synced 2024-12-12 11:23:53 +08:00
[skip ci] Skip resource intensive tidy test on GA
This commit is contained in:
parent
423a1e586e
commit
752192700f
@ -7,6 +7,7 @@ tidy
|
||||
if (PHP_INT_SIZE != 8) die("skip this test is for 64bit platform only");
|
||||
if (getenv("SKIP_SLOW_TESTS")) die("skip slow test");
|
||||
if (getenv("SKIP_ASAN")) die("skip too big for asan");
|
||||
if (getenv("GITHUB_ACTIONS")) die("skip potentially crashes on GitHub actions");
|
||||
?>
|
||||
--CONFLICTS--
|
||||
all
|
||||
|
Loading…
Reference in New Issue
Block a user