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

Merge branch 'tp-quarantine-specs' into 'master'

Quarantine stale and environment specific E2E specs

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



Merged-by: default avatarAndrejs Cunskis <acunskis@gitlab.com>
Approved-by: default avatarAndrejs Cunskis <acunskis@gitlab.com>
Co-authored-by: default avatarNailia Iskhakova <niskhakova@gitlab.com>
No related branches found
No related tags found
无相关合并请求
......@@ -29,7 +29,12 @@ module QA
end
it 'download archives of each user project then check they are different', :blocking,
testcase: 'https://gitlab.com/gitlab-org/gitlab/-/quality/test_cases/347748' do
testcase: 'https://gitlab.com/gitlab-org/gitlab/-/quality/test_cases/347748',
quarantine: {
type: :test_environment,
issue: "https://gitlab.com/gitlab-org/gitlab/-/issues/457099",
only: :production
} do
archive_checksums = {}
users.each do |user_key, user_info|
......
......@@ -11,7 +11,12 @@ module QA
parent_project.add_member(user)
end
it 'creates a 2nd fork after moving the parent project', testcase: 'https://gitlab.com/gitlab-org/gitlab/-/quality/test_cases/347787' do
it 'creates a 2nd fork after moving the parent project',
testcase: 'https://gitlab.com/gitlab-org/gitlab/-/quality/test_cases/347787',
quarantine: {
type: :flaky,
issue: "https://gitlab.com/gitlab-org/gitlab/-/issues/456092"
} do
Flow::Login.sign_in(as: user)
fork_project.visit!
......
......@@ -232,7 +232,12 @@ module QA
context 'for dependency scanning' do
it(
'displays the Dependency List',
testcase: 'https://gitlab.com/gitlab-org/gitlab/-/quality/test_cases/348035'
testcase: 'https://gitlab.com/gitlab-org/gitlab/-/quality/test_cases/348035',
quarantine: {
issue: 'https://gitlab.com/gitlab-org/gitlab/-/issues/457496',
type: :stale,
only: { subdomain: /(staging.)?/, domain: 'gitlab' }
}
) do
commit_scan_files(fixture_json: dependency_report_json, ci_yaml_content: dependency_scan_yaml)
project.visit!
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册