Skip to content

Commit

Permalink
Skip mysqli/tests/bug73462 on PPC CI (#17971)
Browse files Browse the repository at this point in the history
* Skip this test on PPC CI

Seems to be unfortunately flaky with persistent connections.

* use spaces in phpt file
  • Loading branch information
NattyNarwhal authored Mar 5, 2025
1 parent 4694c3e commit dc6586d
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 dc6586d

Please # to comment.