Skip to content

Commit 5ed5838

Browse files
committedSep 8, 2023
[skip ci] Skip leaking odbc test on asan
1 parent c2bb9bc commit 5ed5838

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed
 

‎ext/odbc/tests/odbc_persistent_close.phpt

+4
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ odbc
55
--SKIPIF--
66
<?php
77

8+
if (getenv('SKIP_ASAN')) {
9+
die('skip libmsodbcsql leaks, see https://github.com/php/php-src/pull/12132#issuecomment-1710392299.');
10+
}
11+
812
include 'skipif.inc';
913

1014
// The test can affect multiple drivers, but testing it is driver-specific.

0 commit comments

Comments
 (0)
Failed to load comments.