Commit 14383402 authored by john.mcdonnell's avatar john.mcdonnell

Quarantine jenkins_build_status_spec due to failures in nightly

parent ce45fe71
# frozen_string_literal: true
module QA
RSpec.describe 'Create', :requires_admin, :skip_live_env do
RSpec.describe 'Create', :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