Skip to content

Commit

Permalink
[#250 state: resolved] I'm declaring this unit test worthless in its …
Browse files Browse the repository at this point in the history
…current state. See 'skip_all' reason for more detail.
  • Loading branch information
tima committed Dec 9, 2009
1 parent 4324c8e commit f14eaf3
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion t/98-check.t
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,16 @@ use warnings;
use lib 't/lib', 'lib', 'extlib';
use MT::Test;

use Test::More tests => 39;
use Test::More skip_all => <<REASON;
These tests should be run before the rest of the testing suite since
it will all fail badly without some of these tests passing. These unit
tests does not check for required testing modules and will report
failures for optional modules not being present. Also, database
configuration is not considered and will generate failures if all
database drivers are not installed.
REASON

# use Test::More tests => 39;

# required modules in MT check
use_ok('CGI::Cookie');
Expand Down

0 comments on commit f14eaf3

Please sign in to comment.