diff options
Diffstat (limited to 'tests/func/005a.phpt')
| -rw-r--r-- | tests/func/005a.phpt | 4 |
1 files changed, 4 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 |
