about summary refs log tree commit homepage
path: root/t/t0200-async-response.sh
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2010-05-14 18:12:51 -0700
committerEric Wong <normalperson@yhbt.net>2010-05-14 18:17:09 -0700
commit2260d56329b036bcce7eb69831d3e480334d283c (patch)
tree9db171bc4fa5886afb5135abb896d12a605707b5 /t/t0200-async-response.sh
parent01ee5327c018f64fa4b6aa767c0328c56f699170 (diff)
downloadrainbows-2260d56329b036bcce7eb69831d3e480334d283c.tar.gz
This is based on an idea I originally had for Unicorn but never
implemented in Unicorn since the benefits were unproven and the
risks were too high.
Diffstat (limited to 't/t0200-async-response.sh')
-rwxr-xr-xt/t0200-async-response.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/t0200-async-response.sh b/t/t0200-async-response.sh
index de5a7de..a1c5928 100755
--- a/t/t0200-async-response.sh
+++ b/t/t0200-async-response.sh
@@ -2,7 +2,7 @@
 CONFIG_RU=${CONFIG_RU-'async-response.ru'}
 . ./test-lib.sh
 
-skip_models Base
+skip_models Base WriterThreadPool
 
 case $CONFIG_RU in
 *no-autochunk.ru)