Commit 055311c0 authored by Nailia Iskhakova's avatar Nailia Iskhakova Committed by Mark Lapierre

Unquarantine file locking spec

Issue https://gitlab.com/gitlab-org/gitlab/issues/35254 does not reproduce anymore
parent c35b2264
...@@ -29,8 +29,7 @@ module QA ...@@ -29,8 +29,7 @@ module QA
end end
end end
# Bug issue: https://gitlab.com/gitlab-org/gitlab/issues/35254 it 'locks a directory and tries to push as a second user' do
it 'locks a directory and tries to push as a second user', :quarantine do
push branch: 'master', file: 'directory/file', as_user: @user_one push branch: 'master', file: 'directory/file', as_user: @user_one
sign_out_and_sign_in_as user: @user_one sign_out_and_sign_in_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