mirror of
https://github.com/php/php-src.git
synced 2026-03-24 08:12:21 +01:00
[skip ci] Skip slow tidy test on asan
This commit is contained in:
@@ -6,6 +6,7 @@ tidy
|
||||
<?php
|
||||
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");
|
||||
?>
|
||||
--INI--
|
||||
memory_limit="5G"
|
||||
|
||||
Reference in New Issue
Block a user