Skip to content

Commit 0e1addf

Browse files
committed
Skip mysqli_fetch_all_data_types_variation.phpt on PPC runner
1 parent 019a179 commit 0e1addf

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

ext/mysqli/tests/fetch/mysqli_fetch_all_data_types_variation.phpt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ mysqli_fetch_all() data types variation
44
mysqli
55
--SKIPIF--
66
<?php
7+
if (getenv('GITHUB_ACTIONS') && str_starts_with(php_uname('m'), 'ppc')) {
8+
die('skip Flaky on GitHub Actions PPC runner');
9+
}
710
require_once dirname(__DIR__) . "/test_setup/test_helpers.inc";
811
mysqli_check_skip_test();
912
?>

0 commit comments

Comments
 (0)