Commit 37230728 authored by Tiffany Rea's avatar Tiffany Rea

Merge branch 'quarantine-pipeline-smoke-test' into 'master'

Quarantining pipeline creation test

See merge request gitlab-org/gitlab!83219
parents efe55d22 f056a1b3
# frozen_string_literal: true
module QA
RSpec.describe 'Verify', :smoke, :runner do
RSpec.describe 'Verify', :smoke, :runner, quarantine: {
issue: 'https://gitlab.com/gitlab-org/gitlab/-/issues/356295',
type: :investigating
} do
describe 'Pipeline creation and processing' do
let(:executor) { "qa-runner-#{Time.now.to_i}" }
......
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