Commit d6f6acb1 authored by James Lopez's avatar James Lopez

Merge branch '12278-multiple-spec-failures-in-ee-spec-lib-gitlab-git_access_spec-rb' into 'master'

Resolve "Multiple spec failures in './ee/spec/lib/gitlab/git_access_spec.rb'"

Closes #12278

See merge request gitlab-org/gitlab-ee!14272
parents 7a06ed3f 3a040308
...@@ -493,7 +493,7 @@ describe Gitlab::GitAccess do ...@@ -493,7 +493,7 @@ describe Gitlab::GitAccess do
push_master: true, push_master: true,
push_protected_branch: false, push_protected_branch: false,
push_remove_protected_branch: false, push_remove_protected_branch: false,
push_tag: false, push_tag: true,
push_new_tag: true, push_new_tag: true,
push_all: false, push_all: false,
merge_into_protected_branch: false merge_into_protected_branch: false
......
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