Commit 241e04e9 authored by Rémy Coutable's avatar Rémy Coutable

Merge branch 'qa-shl-move-quarantine-to-outer-context' into 'master'

Move quarantine tag to outer context

See merge request gitlab-org/gitlab!31590
parents 3a494c70 d31b3a87
# frozen_string_literal: true # frozen_string_literal: true
module QA module QA
context 'Monitor' do context 'Monitor', quarantine: { issue: 'https://gitlab.com/gitlab-org/gitlab/-/issues/217247', type: :flaky } do
describe 'with Prometheus Gitlab-managed cluster', :orchestrated, :kubernetes, :docker, quarantine: { issue: 'https://gitlab.com/gitlab-org/gitlab/-/issues/217247', type: :flaky } do describe 'with Prometheus Gitlab-managed cluster', :orchestrated, :kubernetes, :docker do
before :all do before :all do
@cluster = Service::KubernetesCluster.new.create! @cluster = Service::KubernetesCluster.new.create!
Flow::Login.sign_in Flow::Login.sign_in
...@@ -10,7 +10,7 @@ module QA ...@@ -10,7 +10,7 @@ module QA
end end
after :all do after :all do
@runner.remove_via_api! @runner&.remove_via_api!
@cluster&.remove! @cluster&.remove!
end end
......
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