Commit 506a06b8 authored by Mark Lapierre's avatar Mark Lapierre

Merge branch 'egb-quarantine-approval-rules' into 'master'

Quarantine failing approval_rules_spec.rb test

See merge request gitlab-org/gitlab!35807
parents ebaf7d83 0885158a
......@@ -2,7 +2,7 @@
module QA
context 'Create' do
describe 'Approval rules' do
describe 'Approval rules', quarantine: { issue: 'https://gitlab.com/gitlab-org/gitlab/-/issues/225595', type: :investigating } do
let(:approver1) { Resource::User.fabricate_or_use(Runtime::Env.gitlab_qa_username_1, Runtime::Env.gitlab_qa_password_1) }
let(:approver2) { Resource::User.fabricate_or_use(Runtime::Env.gitlab_qa_username_2, Runtime::Env.gitlab_qa_password_2) }
let(:project) do
......
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