Skip to content

Commit 7521927

Browse files
committed
[skip ci] Skip resource intensive tidy test on GA
1 parent 423a1e5 commit 7521927

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ext/tidy/tests/parsing_file_too_large.phpt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ tidy
77
if (PHP_INT_SIZE != 8) die("skip this test is for 64bit platform only");
88
if (getenv("SKIP_SLOW_TESTS")) die("skip slow test");
99
if (getenv("SKIP_ASAN")) die("skip too big for asan");
10+
if (getenv("GITHUB_ACTIONS")) die("skip potentially crashes on GitHub actions");
1011
?>
1112
--CONFLICTS--
1213
all

0 commit comments

Comments
 (0)