Skip to content

Commit

Permalink
tests(metrics) skip SIGHUP metric suites on non-debug builds
Browse files Browse the repository at this point in the history
  • Loading branch information
thibaultcha committed Jul 1, 2024
1 parent 19edca3 commit 0f7c0a1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions t/07-metrics/001-metrics_sighup.t
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ use lib '.';
use t::TestWasmX;

skip_no_hup();
skip_no_debug();

our $workers = 2;
our $metrics = "c2,g2,h2";
Expand Down
1 change: 1 addition & 0 deletions t/07-metrics/002-histograms_sighup.t
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ use lib '.';
use t::TestWasmX;

skip_no_hup();
skip_no_debug();

our $workers = 2;
our $total = 0;
Expand Down

0 comments on commit 0f7c0a1

Please sign in to comment.