Skip to content
代码片段 群组 项目
未验证 提交 04a68fe8 编辑于 作者: Sanad Liaquat's avatar Sanad Liaquat 提交者: GitLab
浏览文件

Merge branch...

Merge branch '426739-quarantine-5607b77e-Create-Protected-branch-support-when-developers-and-maintainers-are-not-allowed-to-push-to-a-protected-branch-user-without-push-rights-fails-to-push' into 'master' 

[QUARANTINE] Create Protected branch support when developers and maintainers are not allowed to push to a protected branch user without push rights fails to push

See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/143750



Merged-by: default avatarSanad Liaquat <sliaquat@gitlab.com>
Co-authored-by: :robot: GitLab Bot :robot: <gitlab-bot@gitlab.com>
No related branches found
No related tags found
无相关合并请求
......@@ -25,7 +25,11 @@ module QA
end
context 'when developers and maintainers are not allowed to push to a protected branch' do
it 'user without push rights fails to push', testcase: 'https://gitlab.com/gitlab-org/gitlab/-/quality/test_cases/347757' do
it 'user without push rights fails to push', testcase: 'https://gitlab.com/gitlab-org/gitlab/-/quality/test_cases/347757',
quarantine: {
issue: 'https://gitlab.com/gitlab-org/gitlab/-/issues/426739',
type: :flaky
} do
create_protected_branch(allowed_to_push: {
roles: Resource::ProtectedBranch::Roles::NO_ONE
})
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册