Commit c53c1ed7 authored by Ramya Authappan's avatar Ramya Authappan

Merge branch 'qa-dequarantine-push-rules-spec' into 'master'

Dequarantine push_rules_spec example

See merge request gitlab-org/gitlab!69258
parents 2e89e796 a297970a
......@@ -113,7 +113,7 @@ module QA
end
end
it 'rejects non-member users', testcase: 'https://gitlab.com/gitlab-org/quality/testcases/-/quality/test_cases/1331', quarantine: { issue: 'https://gitlab.com/gitlab-org/gitlab/-/issues/224465', type: :investigating } do
it 'rejects non-member users', testcase: 'https://gitlab.com/gitlab-org/quality/testcases/-/issues/1778' do
non_member_user = Resource::User.init do |user|
user.username = ''
user.password = ''
......
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