Commit 1e734c71 authored by Tiffany Rea's avatar Tiffany Rea

Quarantine test due to bug

parent 5944ef98
...@@ -4,7 +4,7 @@ require 'faker' ...@@ -4,7 +4,7 @@ require 'faker'
module QA module QA
RSpec.describe 'Verify' do RSpec.describe 'Verify' do
describe 'Merge train', :runner, :requires_admin do describe 'Merge train', :runner, :requires_admin, quarantine: { issue: 'https://gitlab.com/gitlab-org/gitlab/-/issues/324122', type: :bug } do
let(:file_name) { Faker::Lorem.word } let(:file_name) { Faker::Lorem.word }
let(:mr_title) { Faker::Lorem.sentence } let(:mr_title) { Faker::Lorem.sentence }
let(:executor) { "qa-runner-#{Faker::Alphanumeric.alphanumeric(8)}" } let(:executor) { "qa-runner-#{Faker::Alphanumeric.alphanumeric(8)}" }
......
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