Browse Source
Skip proc_open_multiplex.phpt on PPC runner
pull/19966/head
Ilija Tovilo
2 weeks ago
No known key found for this signature in database
GPG Key ID: 115CEA7A713E12E9
1 changed files with
6 additions and
0 deletions
-
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"); |
|
|
|