diff options
author | Hannes Magnusson <bjori@php.net> | 2011-06-23 21:27:42 +0000 |
---|---|---|
committer | Hannes Magnusson <bjori@php.net> | 2011-06-23 21:27:42 +0000 |
commit | 9f8501b3b7ee90274cf2ecd2e262e6314542ff5f (patch) | |
tree | 863fabfe4046ebc1877c51f9bef465adf47ee610 /tests/func | |
parent | cc438880c002ef25015aead4c7191709d5b5dcda (diff) | |
download | php-git-9f8501b3b7ee90274cf2ecd2e262e6314542ff5f.tar.gz |
These are annoyingly slow
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 f7843e10a3..3c2bcb1665 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 6778ed2f11..f970283dc4 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 |