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:
@@ -5,6 +5,7 @@ snmp
|
||||
--SKIPIF--
|
||||
<?php
|
||||
require_once(__DIR__.'/skipif.inc');
|
||||
if (getenv('SKIP_ASAN')) die('skip Causes timeout on asan');
|
||||
?>
|
||||
--FILE--
|
||||
<?php
|
||||
|
||||
Reference in New Issue
Block a user