Commit 3cf516cd authored by Grzegorz Bizon's avatar Grzegorz Bizon

Add comment related to workaround used in specs

parent 1708d3a9
......@@ -300,6 +300,9 @@ feature 'Environments', feature: true do
expect(page).to have_no_link('Stop')
end
##
# This is a workaround for problem described in #24543
#
def remove_branch_with_hooks(project, user, branch)
params = {
oldrev: project.commit(branch).id,
......
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