diff options
author | Ferenc Kovacs <tyrael@php.net> | 2016-04-18 09:04:27 +0200 |
---|---|---|
committer | Ferenc Kovacs <tyrael@php.net> | 2016-04-18 09:04:27 +0200 |
commit | 3a16f511d910a903b7172aa899312b69fbe4fdf3 (patch) | |
tree | da420116dd5f799b0fd5701b89746e580724edd1 /sapi | |
parent | 6497d40521b7794f2595faab1808facbff568369 (diff) | |
download | php-git-3a16f511d910a903b7172aa899312b69fbe4fdf3.tar.gz |
mark frequent intermittent fpm test with XFAIL
Diffstat (limited to 'sapi')
-rw-r--r-- | sapi/fpm/tests/010.phpt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sapi/fpm/tests/010.phpt b/sapi/fpm/tests/010.phpt index 37c778db5b..5146e3c84f 100644 --- a/sapi/fpm/tests/010.phpt +++ b/sapi/fpm/tests/010.phpt @@ -2,6 +2,12 @@ FPM: Test status page --SKIPIF-- <?php include "skipif.inc"; ?> +--XFAIL-- +randomly intermittently failing all the time in CI, with diff: +017+ active processes: 0 +018+ total processes: 1 +017- active processes: 1 +018- total processes: 2 --FILE-- <?php |