Commit f7ebc8df authored by Rémy Coutable's avatar Rémy Coutable

Quarantine a flaky end-to-end test

Signed-off-by: default avatarRémy Coutable <remy@rymai.me>
parent a76d136e
# 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