Commit 071e8dac authored by Mark Lapierre's avatar Mark Lapierre

Merge branch 'qa-shl-qurantine-flaky-and-underinvestigation-specs' into 'master'

Quarantine flaky and under investigation e2e specs

See merge request gitlab-org/gitlab!31546
parents 3442487e 08ffc504
# frozen_string_literal: true
module QA
context 'Release', :docker do
context 'Release', :docker, quarantine: { issue: 'https://gitlab.com/gitlab-org/gitlab/-/issues/217250', type: :investigating } do
describe 'Parent-child pipelines dependent relationship' do
let!(:project) do
Resource::Project.fabricate_via_api! do |project|
......
# frozen_string_literal: true
module QA
context 'Release', :docker do
context 'Release', :docker, quarantine: { issue: 'https://gitlab.com/gitlab-org/gitlab/-/issues/217250', type: :investigating } do
describe 'Parent-child pipelines independent relationship' do
let!(:project) do
Resource::Project.fabricate_via_api! do |project|
......
......@@ -2,7 +2,7 @@
module QA
context 'Monitor' do
describe 'with Prometheus Gitlab-managed cluster', :orchestrated, :kubernetes, :docker do
describe 'with Prometheus Gitlab-managed cluster', :orchestrated, :kubernetes, :docker, quarantine: { issue: 'https://gitlab.com/gitlab-org/gitlab/-/issues/217247', type: :flaky } do
before :all do
@cluster = Service::KubernetesCluster.new.create!
Flow::Login.sign_in
......
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