Unquarantine specs since bug has been fixed

parent 6ce78a61
......@@ -58,7 +58,7 @@ module QA
it_behaves_like 'successful tag creation', :maintainer_user
end
context 'when protected', quarantine: { issue: 'https://gitlab.com/gitlab-org/gitlab/-/issues/339727', type: :bug } do
context 'when protected' do
before do
add_members_to_project(project)
......
......@@ -64,7 +64,6 @@ module QA
end
it 'creates a merge request and fails to merge',
quarantine: { issue: 'https://gitlab.com/gitlab-org/gitlab/-/issues/339727', type: :bug },
testcase: 'https://gitlab.com/gitlab-org/quality/testcases/-/quality/test_cases/1520' do
push branch: 'test', as_user: user_one
......
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