Commit ea044288 authored by Erick Banks's avatar Erick Banks Committed by Walmyr Lima e Silva Filho

(ISSUE35690) unquarantine test

We are unquarantining this test for two reasons.
 1) Because of
https://gitlab.com/gitlab-org/gitlab/merge_requests/22525 has
not been merged yet, we cannot run this test in quarantine and we need
to run the test to determine if it is still flaky, and if it is we can
then examine the artifacts.
 2) Because we want to know if Sanad's changes have fixed this test
https://gitlab.com/gitlab-org/gitlab/
commit/d58847b7
parent eacb6b6b
# frozen_string_literal: true
module QA
# Failure issue: https://gitlab.com/gitlab-org/gitlab/issues/35690
context 'Create', :quarantine do
context 'Create' do
describe 'Restricted protected branch push and merge' do
let(:user_developer) { Resource::User.fabricate_or_use(Runtime::Env.gitlab_qa_username_1, Runtime::Env.gitlab_qa_password_1) }
let(:user_maintainer) { Resource::User.fabricate_or_use(Runtime::Env.gitlab_qa_username_2, Runtime::Env.gitlab_qa_password_2) }
......
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