Commit 5e2aa5ec authored by Markus Koller's avatar Markus Koller

Merge branch 'fix-pages-pipeline-spec' into 'master'

Quarantine failing runs a Pages-specific pipeline test

See merge request gitlab-org/gitlab!51198
parents 3e911713 d99bc1c5
......@@ -30,7 +30,7 @@ module QA
pipeline.visit!
end
it 'runs a Pages-specific pipeline' do
it 'runs a Pages-specific pipeline', quarantine: 'https://gitlab.com/gitlab-org/gitlab/-/issues/296937' do
Page::Project::Pipeline::Show.perform do |show|
expect(show).to have_job(:pages)
show.click_job(:pages)
......
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