Skip to content

Commit

Permalink
skip this test when running under Devel::Cover
Browse files Browse the repository at this point in the history
  • Loading branch information
tobyink committed Aug 13, 2014
1 parent e10c27a commit ba8cf8a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions t/60alias.t
Expand Up @@ -24,6 +24,10 @@ use warnings;
use Test::More;
use Test::Fatal;

BEGIN {
$INC{'Devel/Cover.pm'} and plan skip_all => "broken with Devel::Cover";
};

{
package Example;
use Kavorka;
Expand Down

0 comments on commit ba8cf8a

Please sign in to comment.