We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf3a559 commit 6a656faCopy full SHA for 6a656fa
deps/rabbit/test/metrics_SUITE.erl
@@ -208,9 +208,11 @@ connection_metric_count(Config, Ops) ->
208
fun(Cfg) ->
209
rabbit_ct_client_helpers:close_connection(Cfg)
210
end},
211
- [ connection_created,
212
- connection_metrics,
213
- connection_coarse_metrics ]).
+ %% connection_metrics are asynchronous,
+ %% emitted on a timer. These have been removed
+ %% from here as they're already tested on another
214
+ %% testcases
215
+ [ connection_created ]).
216
217
channel_metric_count(Config, Ops) ->
218
Conn = rabbit_ct_client_helpers:open_unmanaged_connection(Config),
0 commit comments