Skip to content

Commit eed0fb9

Browse files
committed
Merge branch 'PHP-8.1' into PHP-8.2
* PHP-8.1: [skip ci] Skip slow tidy test on asan
2 parents a4fe8f7 + 52c96f2 commit eed0fb9

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
@@ -6,6 +6,7 @@ tidy
66
<?php
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");
9+
if (getenv("SKIP_ASAN")) die("skip too big for asan");
910
?>
1011
--INI--
1112
memory_limit="5G"

0 commit comments

Comments
 (0)