[skip ci] Skip resource intensive tidy test on GA

This commit is contained in:
Ilija Tovilo 2023-11-29 00:27:17 +01:00
parent 423a1e586e
commit 752192700f
No known key found for this signature in database
GPG Key ID: A4F5D403F118200A

View File

@ -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