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

Merge branch '442288-quarantine' into 'master'

Quarantine flaky test

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



Merged-by: default avatarJennifer Li <jli@gitlab.com>
Approved-by: default avatarJennifer Li <jli@gitlab.com>
Co-authored-by: default avatarLuke Duncalfe <lduncalfe@eml.cc>
No related branches found
No related tags found
无相关合并请求
...@@ -21,7 +21,8 @@ ...@@ -21,7 +21,8 @@
expect { execute_service }.to change { SoftwareLicense.count }.by(3) expect { execute_service }.to change { SoftwareLicense.count }.by(3)
end end
it 'creates one software license policy correctly' do it 'creates one software license policy correctly',
quarantine: 'https://gitlab.com/gitlab-org/gitlab/-/issues/442288' do
result = execute_service result = execute_service
created_policy = SoftwareLicensePolicy.find_by(result[:software_license_policy].first) created_policy = SoftwareLicensePolicy.find_by(result[:software_license_policy].first)
...@@ -53,7 +54,8 @@ ...@@ -53,7 +54,8 @@
context 'when name contains whitespaces' do context 'when name contains whitespaces' do
let(:params) { [{ name: ' MIT ', approval_status: 'allowed', scan_result_policy_read: scan_result_policy }] } let(:params) { [{ name: ' MIT ', approval_status: 'allowed', scan_result_policy_read: scan_result_policy }] }
it 'creates one software license policy with stripped name' do it 'creates one software license policy with stripped name',
quarantine: 'https://gitlab.com/gitlab-org/gitlab/-/issues/442288' do
result = execute_service result = execute_service
created_policy = SoftwareLicensePolicy.find_by(result[:software_license_policy].first) created_policy = SoftwareLicensePolicy.find_by(result[:software_license_policy].first)
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册