Skip to content

Commit

Permalink
Metronome: don't run unless environment set - it's pointless
Browse files Browse the repository at this point in the history
  • Loading branch information
brong committed Feb 5, 2018
1 parent 10bfd78 commit 14501da
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Cassandane/Test/Metronome.pm
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,8 @@ sub test_basic
{
my ($self) = @_;

return unless $ENV{METRONOME_ENABLED};

my $rate = 100.0;
my $epsilon = 0.05;
my $m = Cassandane::Util::Metronome->new(rate => $rate);
Expand Down

0 comments on commit 14501da

Please sign in to comment.