Skip to content

Commit 0a573f9

Browse files
committed
Skip one more imap test under asan
Wondering if the error just moves to a different test each time we skip one?
1 parent cafceea commit 0a573f9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ext/imap/tests/imap_open_error.phpt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ Paul Sohier
66
--SKIPIF--
77
<?php
88
require_once(__DIR__.'/skipif.inc');
9+
if (getenv("SKIP_ASAN")) die("skip leak sanitizer crashes");
910
?>
1011
--FILE--
1112
<?php

0 commit comments

Comments
 (0)