Commit 55d10c2d authored by Bob Van Landuyt's avatar Bob Van Landuyt Committed by Mark Fletcher

Quarantine prometheus metric initialization spec

This spec is failing in case metrics have been recorded before this
pec runs. Causing an order-dependant failure.

The prometheus-tag on the spec is supposed to take care of that, but
it appears to not be working.
parent ffa2a3a8
...@@ -127,7 +127,7 @@ RSpec.describe Gitlab::Metrics::RequestsRackMiddleware, :aggregate_failures do ...@@ -127,7 +127,7 @@ RSpec.describe Gitlab::Metrics::RequestsRackMiddleware, :aggregate_failures do
end end
end end
describe '.initialize_metrics', :prometheus do describe '.initialize_metrics', :prometheus, quarantine: { issue: 'https://gitlab.com/gitlab-org/gitlab/-/issues/281164', type: :investigating } do
it "sets labels for http_requests_total" do it "sets labels for http_requests_total" do
expected_labels = [] expected_labels = []
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment