Commit fc31dec6 authored by Mark Lapierre's avatar Mark Lapierre

Requarantine failing test

This test was quarantined, but was unquarantined when a bug in the
test was fixed. However, there's still a bug in the application code
so the test still fails.
parent f83af0f4
...@@ -59,8 +59,7 @@ module QA ...@@ -59,8 +59,7 @@ module QA
end end
end end
# Known issue: https://gitlab.com/gitlab-org/gitlab/issues/40125 it 'creates a merge request and fails to merge', quarantine: { issue: 'https://gitlab.com/gitlab-org/gitlab/issues/40125', type: :bug } do
it 'creates a merge request and fails to merge' do
push branch: 'test', as_user: @user_one push branch: 'test', as_user: @user_one
merge_request = Resource::MergeRequest.fabricate_via_api! do |merge_request| merge_request = Resource::MergeRequest.fabricate_via_api! do |merge_request|
......
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