mirror of
https://github.com/php/php-src.git
synced 2025-08-15 13:38:49 +02:00
Merge branch 'PHP-8.3'
* PHP-8.3: [skip ci] Skip leaking odbc test on asan
This commit is contained in:
commit
6fac4d0ff2
1 changed files with 4 additions and 0 deletions
|
@ -5,6 +5,10 @@ odbc
|
|||
--SKIPIF--
|
||||
<?php
|
||||
|
||||
if (getenv('SKIP_ASAN')) {
|
||||
die('skip libmsodbcsql leaks, see https://github.com/php/php-src/pull/12132#issuecomment-1710392299.');
|
||||
}
|
||||
|
||||
include 'skipif.inc';
|
||||
|
||||
// The test can affect multiple drivers, but testing it is driver-specific.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue