Commit 6b95c3f9 authored by Ramya Authappan's avatar Ramya Authappan

Merge branch 'quarantining-a-flaky-end-to-end-test' into 'master'

Quarantine a flaky `qa/specs/features/ee/browser_ui/6_release/multi-project_pipelines_spec.rb` end-to-end test

See merge request gitlab-org/gitlab!24964
parents 18d0f8fe f7ebc8df
# frozen_string_literal: true
module QA
context 'Verify', :docker, quarantine: 'https://gitlab.com/gitlab-org/gitlab/issues/202149' do
context 'Verify', :docker, quarantine: { issue: 'https://gitlab.com/gitlab-org/gitlab/issues/202149', type: :flaky } do
describe 'Pipeline creation and processing' do
let(:executor) { "qa-runner-#{Time.now.to_i}" }
let(:max_wait) { 30 }
......
......@@ -3,7 +3,7 @@
require 'securerandom'
module QA
context 'Release', :docker do
context 'Release', :docker, quarantine: { issue: 'https://gitlab.com/gitlab-org/gitlab/issues/204838', type: :flaky } do
describe 'Multi-project pipelines' do
let(:upstream_project_name) { "upstream-project-#{SecureRandom.hex(8)}" }
let(:downstream_project_name) { "downstream-project-#{SecureRandom.hex(8)}" }
......
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