Skip to content

Commit 81513e6

Browse files
committed
Add skip for FPM process idle flaky test
1 parent 5f67b9f commit 81513e6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sapi/fpm/tests/proc-idle-timeout.phpt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ FPM: Process manager config pm.process_idle_timeout
44
<?php
55
include "skipif.inc";
66
if (getenv("SKIP_SLOW_TESTS")) die("skip slow test");
7+
if (!getenv("FPM_LOCAL_TESTS")) die("skip local test")
78
?>
89
--FILE--
910
<?php

0 commit comments

Comments
 (0)