1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 00:02:20 +01:00

[skip ci] Ignore snmp test on asan that frequently times out

Not sure why this happens only on master.

Cherry-picked from becf207d0c
No longer happens just on master. ;)
This commit is contained in:
Ilija Tovilo
2025-03-10 11:24:20 +01:00
parent 084446418f
commit d6172ce37a

View File

@@ -5,6 +5,7 @@ snmp
--SKIPIF--
<?php
require_once(__DIR__.'/skipif.inc');
if (getenv('SKIP_ASAN')) die('skip Causes timeout on asan');
?>
--FILE--
<?php