Skip to content

Commit af91d61

Browse files
committed
rabbit_prometheus_http_SUITE: Run stream_pub_sub_metrics first
[Why] I wonder if a previous test interferes with the metrics verified by this test case. To be safer, execute it first and let's see what happens.
1 parent 0d298cf commit af91d61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deps/rabbitmq_prometheus/test/rabbit_prometheus_http_SUITE.erl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ groups() ->
6060
build_info_product_test
6161
]},
6262
{detailed_metrics, [], [
63+
stream_pub_sub_metrics,
6364
detailed_metrics_no_families_enabled_by_default,
6465
queue_consumer_count_single_vhost_per_object_test,
6566
queue_consumer_count_all_vhosts_per_object_test,
@@ -72,7 +73,6 @@ groups() ->
7273
vhost_status_metric,
7374
exchange_bindings_metric,
7475
exchange_names_metric,
75-
stream_pub_sub_metrics,
7676
detailed_raft_metrics_test
7777
]},
7878
{special_chars, [], [core_metrics_special_chars]},

0 commit comments

Comments
 (0)