Commit 4de930e9 authored by Mark Fletcher's avatar Mark Fletcher

Merge branch 'bvl-quarantine-prometheus-spec' into 'master'

Quarantine prometheus metric initialization spec

See merge request gitlab-org/gitlab!47411
parents 09bc99a3 55d10c2d
...@@ -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