Skip to content

Commit

Permalink
Item9041: Disable the failing test to eliminate noise in the unit tes…
Browse files Browse the repository at this point in the history
…ts output

git-svn-id: http://svn.foswiki.org/trunk@7940 0b4bb1d4-4e5a-0410-9cc4-b2b747904278
  • Loading branch information
MichaelTempest authored and MichaelTempest committed Jun 27, 2010
1 parent 405b92c commit eea920f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ use warnings;
use Unit::TestSuite;
our @ISA = 'Unit::TestSuite';

sub include_tests { return 'TWikiFuncTests', 'TWikiLinkTests' }
sub include_tests { return 'TWikiFuncTests' }

1;
__END__
Expand Down

0 comments on commit eea920f

Please sign in to comment.