Browse Source

Skip proc_open_multiplex.phpt on PPC runner

pull/19966/head
Ilija Tovilo 2 weeks ago
parent
commit
a48de0a057
No known key found for this signature in database GPG Key ID: 115CEA7A713E12E9
  1. 6
      ext/standard/tests/general_functions/proc_open_multiplex.phpt

6
ext/standard/tests/general_functions/proc_open_multiplex.phpt

@ -1,5 +1,11 @@
--TEST--
Multiplexing of child output
--SKIPIF--
<?php
if (getenv('GITHUB_ACTIONS') && str_starts_with(php_uname('m'), 'ppc')) {
die('skip Flaky on GitHub Actions PPC runner');
}
?>
--FILE--
<?php
$php = getenv("TEST_PHP_EXECUTABLE");

Loading…
Cancel
Save