1
0
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:
Ilija Tovilo
2023-02-17 14:56:28 +01:00
parent fd3cc17cbd
commit 52c96f21be

View File

@@ -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"