Merge branch 'PHP-8.1' into PHP-8.2

* PHP-8.1:
  Skip mysqli/tests/bug73462 on PPC CI (#17971)
This commit is contained in:
Calvin Buckley 2025-03-05 10:18:41 -04:00
commit 1afbaaa804
No known key found for this signature in database
GPG key ID: 56A97AF7600A39A6

View file

@ -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