mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
Merge branch 'PHP-8.2' into PHP-8.3
* PHP-8.2: Skip mysqli/tests/bug73462 on PPC CI (#17971)
This commit is contained in:
commit
a30a41af78
1 changed files with 7 additions and 0 deletions
|
@ -5,6 +5,13 @@ mysqli
|
|||
--SKIPIF--
|
||||
<?php
|
||||
require_once 'skipifconnectfailure.inc';
|
||||
/*
|
||||
* TODO: this test is flaky with persistent connections on PPC CI runner
|
||||
* [001] Expected '8711' got '8712'.
|
||||
*/
|
||||
if (gethostname() == "php-ci-ppc64be") {
|
||||
die("SKIP test is flaky");
|
||||
}
|
||||
?>
|
||||
--FILE--
|
||||
<?php
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue