Commit 2e87df2e authored by Aleksandr Soborov's avatar Aleksandr Soborov

Quarantine file lock spec due to bug in code

parent af69fb12
...@@ -59,7 +59,8 @@ module QA ...@@ -59,7 +59,8 @@ module QA
end end
end end
it 'creates a merge request and fails to merge' do # https://gitlab.com/gitlab-org/gitlab/issues/43105
it 'creates a merge request and fails to merge', :quarantine 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