Commit 1275671a authored by Tiffany Rea's avatar Tiffany Rea

De-quarantine multi project pipelines spec

parent fb6d5bd6
......@@ -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