1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 00:02:20 +01:00

Merge branch 'PHP-8.4'

* PHP-8.4:
  Skip mysqli/tests/bug73462 on PPC CI (#17971)
This commit is contained in:
Calvin Buckley
2025-03-05 10:20:34 -04:00

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