Commit 690a1f3b authored by Ramya Authappan's avatar Ramya Authappan

Merge branch 'qa-shl-quarantine-jenkins-e2e-spec' into 'master'

Quarantine Jenkins e2e spec

See merge request gitlab-org/gitlab!34485
parents c6158f0a e2ba8c9f
......@@ -2,7 +2,7 @@
require 'securerandom'
module QA
context 'Create', :docker, :requires_admin, :skip_live_env do
context 'Create', :docker, :requires_admin, :skip_live_env, quarantine: { issue: 'https://gitlab.com/gitlab-org/gitlab/-/issues/195179', type: :flaky } do
describe 'Jenkins integration' do
let(:project_name) { "project_with_jenkins_#{SecureRandom.hex(4)}" }
......
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