Author: geoff
Date: Tue Jun 14 08:58:34 2005
New Revision: 190622
URL: http://svn.apache.org/viewcvs?rev=190622&view=rev
Log:
skip test on httpd 2.1, at least until someone figures
out why it's hanging
Modified:
perl/modperl/trunk/t/protocol/pseudo_http.t
Modified: perl/modperl/trunk/t/protocol/pseudo_http.t
URL:
http://svn.apache.org/viewcvs/perl/modperl/trunk/t/protocol/pseudo_http.t?rev=190622&r1=190621&r2=190622&view=diff
==============================================================================
--- perl/modperl/trunk/t/protocol/pseudo_http.t (original)
+++ perl/modperl/trunk/t/protocol/pseudo_http.t Tue Jun 14 08:58:34 2005
@@ -21,6 +21,9 @@
# blocking socket bug fixed in 2.0.52
my $ok = $^O !~ /^(Open|Net)BSD$/i || need_min_apache_version('2.0.52');
+# but not in 2.1? hmph.
+$ok = skip_reason('skipping on httpd 2.1') if have_min_apache_version('2.1');
+
plan tests => 13, need need_auth, need_access, $ok;
{