Skip to content
代码片段 群组 项目
提交 6b747cbd 编辑于 作者: Sanad Liaquat's avatar Sanad Liaquat
浏览文件

Merge branch 'hm-monitor-promote-to-reliable' into 'master'

Promote monitor specs to reliable

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



Merged-by: default avatarSanad Liaquat <sliaquat@gitlab.com>
Approved-by: default avatarSanad Liaquat <sliaquat@gitlab.com>
Co-authored-by: default avatarhmuralidhar <hmuralidhar@gitlab.com>
No related branches found
No related tags found
无相关合并请求
......@@ -22,7 +22,7 @@ module QA
end
context(
'when using HTTP endpoint integration',
'when using HTTP endpoint integration', :reliable,
testcase: 'https://gitlab.com/gitlab-org/gitlab/-/quality/test_cases/388469'
) do
before do
......@@ -34,7 +34,7 @@ module QA
end
context(
'when using Prometheus integration',
'when using Prometheus integration', :reliable,
testcase: 'https://gitlab.com/gitlab-org/gitlab/-/quality/test_cases/390123'
) do
before do
......
......@@ -39,7 +39,7 @@ module QA
end
context(
'when using Prometheus integration',
'when using Prometheus integration', :reliable,
testcase: 'https://gitlab.com/gitlab-org/gitlab/-/quality/test_cases/393590'
) do
include_context 'sends and resolves test alerts'
......
......@@ -21,7 +21,7 @@ module QA
it(
'adds linked resources, label, and severity through quick actions',
:aggregate_failures,
:aggregate_failures, :reliable,
testcase: 'https://gitlab.com/gitlab-org/gitlab/-/quality/test_cases/428793'
) do # See https://gitlab.com/gitlab-org/gitlab/-/issues/423943
Page::Project::Monitor::Incidents::Show.perform do |show|
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册