Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/qa
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2023-04-01 03:17:41 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2023-04-01 03:17:41 +0300
commitbd98eab3fac88fdde059fafc59bc59b150b56d43 (patch)
tree73e0f2c85d5646166821341085baf1eabaaa8a8a /qa
parent83c5e07949cb1023dde1d282b3969def6f182472 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'qa')
-rw-r--r--qa/qa/specs/features/browser_ui/8_monitor/alert_management/recovery_alert_resolves_correct_alert_spec.rb7
-rw-r--r--qa/qa/specs/features/browser_ui/8_monitor/incident_management/recovery_alert_closes_correct_incident_spec.rb7
2 files changed, 12 insertions, 2 deletions
diff --git a/qa/qa/specs/features/browser_ui/8_monitor/alert_management/recovery_alert_resolves_correct_alert_spec.rb b/qa/qa/specs/features/browser_ui/8_monitor/alert_management/recovery_alert_resolves_correct_alert_spec.rb
index 433d286686b..af088d2978a 100644
--- a/qa/qa/specs/features/browser_ui/8_monitor/alert_management/recovery_alert_resolves_correct_alert_spec.rb
+++ b/qa/qa/specs/features/browser_ui/8_monitor/alert_management/recovery_alert_resolves_correct_alert_spec.rb
@@ -26,7 +26,12 @@ module QA
context(
'when using HTTP endpoint integration',
- testcase: 'https://gitlab.com/gitlab-org/gitlab/-/quality/test_cases/393589'
+ testcase: 'https://gitlab.com/gitlab-org/gitlab/-/quality/test_cases/393589',
+ quarantine: {
+ only: { pipeline: :nightly },
+ type: :bug,
+ issue: 'https://gitlab.com/gitlab-org/gitlab/-/issues/395512'
+ }
) do
include_context 'sends and resolves test alerts'
diff --git a/qa/qa/specs/features/browser_ui/8_monitor/incident_management/recovery_alert_closes_correct_incident_spec.rb b/qa/qa/specs/features/browser_ui/8_monitor/incident_management/recovery_alert_closes_correct_incident_spec.rb
index fe3cd5a432b..aadca29de0c 100644
--- a/qa/qa/specs/features/browser_ui/8_monitor/incident_management/recovery_alert_closes_correct_incident_spec.rb
+++ b/qa/qa/specs/features/browser_ui/8_monitor/incident_management/recovery_alert_closes_correct_incident_spec.rb
@@ -27,7 +27,12 @@ module QA
context(
'when using HTTP endpoint integration',
- testcase: 'https://gitlab.com/gitlab-org/gitlab/-/quality/test_cases/393842'
+ testcase: 'https://gitlab.com/gitlab-org/gitlab/-/quality/test_cases/393842',
+ quarantine: {
+ only: { pipeline: :nightly },
+ type: :bug,
+ issue: 'https://gitlab.com/gitlab-org/gitlab/-/issues/403596'
+ }
) do
include_context 'sends and resolves test alerts'