We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6485187 + 7521927 commit 340c58dCopy full SHA for 340c58d
ext/tidy/tests/parsing_file_too_large.phpt
@@ -7,6 +7,7 @@ tidy
7
if (PHP_INT_SIZE != 8) die("skip this test is for 64bit platform only");
8
if (getenv("SKIP_SLOW_TESTS")) die("skip slow test");
9
if (getenv("SKIP_ASAN")) die("skip too big for asan");
10
+if (getenv("GITHUB_ACTIONS")) die("skip potentially crashes on GitHub actions");
11
?>
12
--CONFLICTS--
13
all
0 commit comments