Commit 19d49f1e authored by Ramya Authappan's avatar Ramya Authappan

Merge branch 'unquarantine-jenkins-spec' into 'master'

Dequarantine Jenkins integration spec

Closes #195179

See merge request gitlab-org/gitlab!28335
parents 175d7b60 1c4b1d7f
......@@ -2,7 +2,7 @@
require 'securerandom'
module QA
context 'Create', :docker, :orchestrated, :requires_admin, quarantine: { issue: 'https://gitlab.com/gitlab-org/gitlab/issues/195179', type: :flaky } do
context 'Create', :docker, :orchestrated, :requires_admin 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