Commit 3312e2b3 authored by Mark Lapierre's avatar Mark Lapierre

Merge branch 'e2e-quarantine-pipeline-spec' into 'master'

Quarantine e2e pipeline manual job spec

See merge request gitlab-org/gitlab!80439
parents a82b25c8 4d80f1a5
# frozen_string_literal: true
module QA
RSpec.describe 'Verify', :runner do
RSpec.describe 'Verify', :runner, quarantine: {
type: :flaky,
issue: 'https://gitlab.com/gitlab-org/gitlab/-/issues/351994'
} do
describe 'Run pipeline with manual jobs' do
let(:project) do
Resource::Project.fabricate_via_api! do |project|
......
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