summaryrefslogtreecommitdiff
blob: 84577994275e029944ff5628b1df81a0cbd2f8e9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Description: Mark individual failing tests as TODO rather than ignore the overall test suite exit status
Origin: vendor
Forwarded: no
Author: Dominic Hargreaves <dom@earth.li>
Reviewed-by: gregor herrmann <gregoa@debian.org>
Last-Update: 2013-06-03

diff --git a/t/directive/perlloadmodule3.t b/t/directive/perlloadmodule3.t
index 8c1d0dc..92d7199 100644
--- a/t/directive/perlloadmodule3.t
+++ b/t/directive/perlloadmodule3.t
@@ -14,7 +14,7 @@ my $path = Apache::TestRequest::module2path($module);
 # smaller portions of information, but requires a more elaborate
 # logic. Alternatively could use diff($expected, $received).
 
-plan tests => 3;
+plan tests => 3, todo => [1];
 
 t_debug("connecting to $base_hostport");
 {