Skip to content

Commit

Permalink
Fix Appveyor tests
Browse files Browse the repository at this point in the history
  • Loading branch information
nigelhorne committed Apr 25, 2018
1 parent e00c267 commit d4bad7d
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions t/00-load.t
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,11 @@ BEGIN {
if(-e 't/online.enabled') {
use_ok('WWW::Scrape::FindaGrave') || print 'Bail out!';
} else {
diag 'You must be on-line to test WWW::Scrape::FindaGrave';
print 'Bail out!';
SKIP: {
diag 'You must be on-line to test WWW::Scrape::FindaGrave';
skip 'You must be on-line to test WWW::Scrape::FindaGrave', 1;
print 'Bail out!';
}
}
}

Expand Down

0 comments on commit d4bad7d

Please sign in to comment.