From e7690caedf80a1af2b6145d1b8f108ea42ee9a29 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Fri, 4 Jun 2010 00:34:01 +0000 Subject: tests: disable async_sinatra test for Ruby 1.9.2 Sinatra 0.9.4 does not appear to be compatible with Ruby 1.9.2... --- t/t0300-async_sinatra.sh | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/t/t0300-async_sinatra.sh b/t/t0300-async_sinatra.sh index a623916..5ccd951 100755 --- a/t/t0300-async_sinatra.sh +++ b/t/t0300-async_sinatra.sh @@ -1,5 +1,11 @@ #!/bin/sh . ./test-lib.sh +case $RUBY_VERSION in +1.9.2) + t_info "RUBY_VERSION=$RUBY_VERSION not supported with async_sinatra" + exit 0 + ;; +esac # n - number of seconds to sleep n=10 -- cgit v1.2.3-24-ge0c7