X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Fzzzzzzz_perl_perf_bug.t;h=c0a96d8d274d90d67f2b9e220f8f781d9fa69f6f;hb=7d5810cd5d389cee98fecaf5d27ac7ed2f27dce4;hp=558b4f00087a183e7b0cf606d775abb11c0cab3d;hpb=dc4600b2b9be4ae9a91c8ab49bdbb7ce2c23d0f7;p=dbsrgits%2FDBIx-Class-Historic.git diff --git a/t/zzzzzzz_perl_perf_bug.t b/t/zzzzzzz_perl_perf_bug.t index 558b4f0..c0a96d8 100644 --- a/t/zzzzzzz_perl_perf_bug.t +++ b/t/zzzzzzz_perl_perf_bug.t @@ -3,7 +3,7 @@ use warnings; use Test::More; use Benchmark; use lib qw(t/lib); -use DBICTest; # do not remove even though it is not used +use DBICTest ':GlobalLock'; # This is a rather unusual test. # It does not test any aspect of DBIx::Class, but instead tests the @@ -23,8 +23,8 @@ plan skip_all => 'Skipping RH perl performance bug tests as DBIC_NO_WARN_BAD_PERL set' if ( $ENV{DBIC_NO_WARN_BAD_PERL} ); -plan skip_all => 'Skipping as AUTOMATED_TESTING is set' - if ( $ENV{AUTOMATED_TESTING} ); +plan skip_all => 'Skipping as system appears to be a smoker' + if DBICTest::RunMode->is_smoker; plan tests => 3;