From 5a2a02f6555d6e6227560b7843cac6dfa7e67b65 Mon Sep 17 00:00:00 2001 From: Ferenc Kovacs Date: Tue, 1 Nov 2011 10:10:24 +0000 Subject: [PATCH] marking ext/spl/tests/bug60082.phpt as slow test --- ext/spl/tests/bug60082.phpt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ext/spl/tests/bug60082.phpt b/ext/spl/tests/bug60082.phpt index f9aa1bd40d..530a0dd0fa 100755 --- a/ext/spl/tests/bug60082.phpt +++ b/ext/spl/tests/bug60082.phpt @@ -1,5 +1,7 @@ --TEST-- Bug #60082 (100% CPU / when using references with ArrayObject(&$ref)) +--SKIPIF-- +if (getenv("SKIP_SLOW_TESTS")) die("skip slow test"); --FILE--