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

Merge branch 'jmc-quar-large-file' into 'master'

Test: quarantine push rules with large file spec

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



Merged-by: default avatarSanad Liaquat <sliaquat@gitlab.com>
Approved-by: default avatarSanad Liaquat <sliaquat@gitlab.com>
Reviewed-by: default avatarSanad Liaquat <sliaquat@gitlab.com>
Co-authored-by: default avatarJay McCure <jmccure@gitlab.com>
No related branches found
No related tags found
无相关合并请求
......@@ -33,7 +33,11 @@ module QA
expect_no_error_on_push(file: standard_file)
end
it 'restricts files by name and size', testcase: 'https://gitlab.com/gitlab-org/gitlab/-/quality/test_cases/347784' do
it 'restricts files by name and size', testcase: 'https://gitlab.com/gitlab-org/gitlab/-/quality/test_cases/347784', quarantine: {
only: { job: 'ee-qa-browser_ui-3_create' },
type: :investigating,
issue: 'https://gitlab.com/gitlab-org/gitlab/-/issues/455927'
} do
# Note: The file size limits in this test should be lower than the limits in
# browser_ui/3_create/repository/push_over_http_file_size_spec to prevent
# the limit set in that test from triggering in this test (which can happen
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册