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.
1 parent 423a1e5 commit 7521927Copy full SHA for 7521927
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