From 1a03f9a525faf4c997546c419de6854223b645c4 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Thu, 30 Dec 2010 08:32:25 +0000 Subject: t9000: disable this test for CoolioThread* models It's not appropriate to use AppPool middleware with these. It was disabled for RevThread*, too. --- t/t9000-rack-app-pool.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/t9000-rack-app-pool.sh b/t/t9000-rack-app-pool.sh index 5216919..ecb8aeb 100755 --- a/t/t9000-rack-app-pool.sh +++ b/t/t9000-rack-app-pool.sh @@ -1,7 +1,7 @@ #!/bin/sh . ./test-lib.sh case $model in -*RevThread*|Thread*|*Fiber*|Revactor|NeverBlock) ;; +*CoolioThread*|*RevThread*|Thread*|*Fiber*|Revactor|NeverBlock) ;; *) t_info "skipping $T since it's not compatible with $model" exit 0 -- cgit v1.2.3-24-ge0c7