Skip to content

Commit d6172ce

Browse files
committed
[skip ci] Ignore snmp test on asan that frequently times out
Not sure why this happens only on master. Cherry-picked from becf207 No longer happens just on master. ;)
1 parent 0844464 commit d6172ce

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ext/snmp/tests/gh16959.phpt

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ snmp
55
--SKIPIF--
66
<?php
77
require_once(__DIR__.'/skipif.inc');
8+
if (getenv('SKIP_ASAN')) die('skip Causes timeout on asan');
89
?>
910
--FILE--
1011
<?php

0 commit comments

Comments
 (0)