diff options
Diffstat (limited to 'tests/func')
| -rw-r--r-- | tests/func/005a.phpt | 4 | ||||
| -rw-r--r-- | tests/func/010.phpt | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/tests/func/005a.phpt b/tests/func/005a.phpt index f7843e10a..3c2bcb166 100644 --- a/tests/func/005a.phpt +++ b/tests/func/005a.phpt @@ -1,5 +1,9 @@ --TEST-- Testing register_shutdown_function() with timeout. (Bug: #21513) +--SKIPIF-- +<?php +if (getenv("SKIP_SLOW_TESTS")) die("skip slow test"); +?> --FILE-- <?php diff --git a/tests/func/010.phpt b/tests/func/010.phpt index 6778ed2f1..f970283dc 100644 --- a/tests/func/010.phpt +++ b/tests/func/010.phpt @@ -1,5 +1,9 @@ --TEST-- function with many parameters +--SKIPIF-- +<?php +if (getenv("SKIP_SLOW_TESTS")) die("skip slow test"); +?> --FILE-- <?php |
