Skip to content
代码片段 群组 项目
提交 26a5c0ff 编辑于 作者: Harsha Muralidhar's avatar Harsha Muralidhar 提交者: Dan Davison
浏览文件

Fix flaky govern spec with unique project name

上级 9ee5602c
No related branches found
No related tags found
无相关合并请求
......@@ -22,7 +22,7 @@ module QA
@project = create(:project,
:with_readme,
add_name_uuid: false,
name: Runtime::Env.auto_devops_project_name || 'project-with-secure',
name: "project-create-mr-secure-#{SecureRandom.hex(6)}",
description: 'Project with Secure')
@runner = create(:project_runner, project: @project, name: @executor, tags: %w[secure_report])
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册