Commit f0f2ee29 authored by Mark Lapierre's avatar Mark Lapierre

Merge branch 'quarantine-stale-e2e-test' into 'master'

Quarantine a test that needs an update

See merge request gitlab-org/gitlab!25857
parents f63426be 99de8d77
......@@ -2,7 +2,7 @@
module QA
context 'Verify' do
describe 'Add or Remove CI variable via UI', :smoke do
describe 'Add or Remove CI variable via UI', :smoke, quarantine: { issue: 'https://gitlab.com/gitlab-org/gitlab/issues/207915', type: :stale } do
let!(:project) do
Resource::Project.fabricate_via_api! do |project|
project.name = 'project-with-ci-variables'
......
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