diff options
Diffstat (limited to 't/app/controller/report_new.t')
-rw-r--r-- | t/app/controller/report_new.t | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/t/app/controller/report_new.t b/t/app/controller/report_new.t index 72256f645..88236a1c3 100644 --- a/t/app/controller/report_new.t +++ b/t/app/controller/report_new.t @@ -875,8 +875,7 @@ for my $test ( { subtest $test->{desc} => sub { if ( $test->{host} =~ /bromley/ && !FixMyStreet::Cobrand->exists('bromley') ) { - ok 1, 'Skipping Bromley tests without Bromley cobrand'; - return; + plan skip_all => 'Skipping Bromley tests without Bromley cobrand'; } $mech->host( $test->{host} ); |