Skip to content

Commit

Permalink
Merge branch 'PHP-8.1' into PHP-8.2
Browse files Browse the repository at this point in the history
* PHP-8.1:
  Skip mysqli/tests/bug73462 on PPC CI (#17971)
  • Loading branch information
NattyNarwhal committed Mar 5, 2025
2 parents aae9cd7 + dc6586d commit 1afbaaa
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions ext/mysqli/tests/bug73462.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1afbaaa

Please # to comment.