mirror of
https://github.com/php/php-src.git
synced 2026-03-24 00:02:20 +01:00
Merge branch 'PHP-8.3' into PHP-8.4
* PHP-8.3: Skip mysqli/tests/bug73462 on PPC CI (#17971)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user