Add comment related to workaround used in specs
This commit is contained in:
parent
1708d3a966
commit
3cf516cd20
1 changed files with 3 additions and 0 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue