Commit b38362f1 authored by Mark Lapierre's avatar Mark Lapierre

Merge branch '204838-dequarantine-multi-project-pipeline-spec' into 'master'

De-quarantine multi project pipelines spec

See merge request gitlab-org/gitlab!25553
parents 8705340a 1275671a
......@@ -3,7 +3,7 @@
require 'securerandom'
module QA
context 'Release', :docker, quarantine: { issue: 'https://gitlab.com/gitlab-org/gitlab/issues/204838', type: :flaky } do
context 'Release', :docker 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