Make sure my author test skips
@@ -1,6 +1,5 @@
language: perl
perl:
- - 'blead'
- '5.20'
- '5.18'
- '5.16'
@@ -8,8 +7,6 @@ perl:
- '5.12'
- '5.10'
matrix:
- allow_failures:
- - perl: 'blead'
fast_finish: true
before_install:
- export AUTOMATED_TESTING=1 NONINTERACTIVE_TESTING=1 HARNESS_OPTIONS=j10:c HARNESS_TIMER=1 AUTHOR_TESTING=0
@@ -6,6 +6,8 @@ use Test::More;
use Test::Fatal;
use Class::Inspector;
+plan('skip_all' => "these tests are for testing by the author") unless $ENV{'AUTHOR_TESTING'};
+
my $tr = TestRail::API->new('http://hokum.bogus','bogus','bogus',1);
#Call instance methods as class and vice versa