Commit dc663f18 authored by Mark Lapierre's avatar Mark Lapierre

Merge branch 'gy-quarantine-cluster-with-prometheus' into 'master'

Quarantine cluster_with_prometheus test

See merge request gitlab-org/gitlab!40715
parents 1cf394e9 72e3ace2
......@@ -11,7 +11,7 @@ module QA
rspec.shared_context_metadata_behavior = :apply_to_host_groups
end
RSpec.shared_context "cluster with Prometheus installed", shared_context: :metadata do
RSpec.shared_context "cluster with Prometheus installed", shared_context: :metadata, quarantine: { issue: 'https://gitlab.com/gitlab-org/gitlab/-/issues/241546', type: :investigating } do
before :all do
@cluster = Service::KubernetesCluster.new(provider_class: Service::ClusterProvider::K3s).create!
@project = Resource::Project.fabricate_via_api! do |project|
......
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