Skip to content

Commit

Permalink
Disable failing FPM test
Browse files Browse the repository at this point in the history
Test fails intermittently, e.g.:

https://dev.azure.com/phpazuredevops/PHP/_build/results?buildId=20597&view=ms.vss-test-web.build-test-results-tab&runId=475324&resultId=115501&paneView=debug

Possibly this is because the two requests end up being processed
in sequence and no second process is spawned.
  • Loading branch information
nikic committed Oct 4, 2021
1 parent 66a655f commit 4c01bd2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sapi/fpm/tests/proc-idle-timeout.phpt
Expand Up @@ -4,6 +4,7 @@ FPM: Process manager config pm.process_idle_timeout
<?php
include "skipif.inc";
if (getenv("SKIP_SLOW_TESTS")) die("skip slow test");
echo "skip Test fails in CI\n";
?>
--FILE--
<?php
Expand Down

0 comments on commit 4c01bd2

Please sign in to comment.