Skip to content

Commit

Permalink
Fix metrics_SUITE connection_metrics flake
Browse files Browse the repository at this point in the history
  • Loading branch information
dcorbacho committed Oct 25, 2024
1 parent b351149 commit 4e92841
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions deps/rabbit/test/metrics_SUITE.erl
Original file line number Diff line number Diff line change
Expand Up @@ -208,9 +208,11 @@ connection_metric_count(Config, Ops) ->
fun(Cfg) ->
rabbit_ct_client_helpers:close_connection(Cfg)
end},
[ connection_created,
connection_metrics,
connection_coarse_metrics ]).
%% connection_metrics are asynchronous,
%% emitted on a timer. These have been removed
%% from here as they're already tested on another
%% testcases
[ connection_created ]).

channel_metric_count(Config, Ops) ->
Conn = rabbit_ct_client_helpers:open_unmanaged_connection(Config),
Expand Down

0 comments on commit 4e92841

Please sign in to comment.