Skip to content

Commit

Permalink
Add skip for FPM resource heavy tests
Browse files Browse the repository at this point in the history
  • Loading branch information
bukka committed Apr 27, 2022
1 parent b461c46 commit 0df2886
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions sapi/fpm/tests/bug77023-pm-dynamic-blocking-sigquit.phpt
Expand Up @@ -6,6 +6,7 @@ pcntl
<?php
include "skipif.inc";
if (!function_exists('pcntl_sigprocmask')) die('skip Requires pcntl_sigprocmask()');
if (!getenv("FPM_RUN_RESOURCE_HEAVY_TESTS")) die("skip resource heavy test");
if (getenv('SKIP_SLOW_TESTS')) die('skip slow tests excluded by request');
?>
--FILE--
Expand Down
2 changes: 1 addition & 1 deletion sapi/fpm/tests/proc-idle-timeout.phpt
Expand Up @@ -3,8 +3,8 @@ FPM: Process manager config pm.process_idle_timeout
--SKIPIF--
<?php
include "skipif.inc";
if (!getenv("FPM_RUN_RESOURCE_HEAVY_TESTS")) die("skip resource heavy test");
if (getenv("SKIP_SLOW_TESTS")) die("skip slow test");
if (!getenv("FPM_LOCAL_TESTS")) die("skip local test")
?>
--FILE--
<?php
Expand Down

0 comments on commit 0df2886

Please sign in to comment.