Commit 3bc60cde authored by svistas's avatar svistas

Quarantine all monitor specs

parent 0fb3f3a8
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
require_relative 'cluster_with_prometheus.rb' require_relative 'cluster_with_prometheus.rb'
module QA module QA
RSpec.describe 'Monitor', :orchestrated, :kubernetes, :requires_admin do RSpec.describe 'Monitor', :orchestrated, :kubernetes, :requires_admin, quarantine: { issue: 'https://gitlab.com/gitlab-org/gitlab/-/issues/241448', type: :investigating } do
include_context "cluster with Prometheus installed" include_context "cluster with Prometheus installed"
before do before do
...@@ -65,7 +65,7 @@ module QA ...@@ -65,7 +65,7 @@ module QA
end end
end end
it 'uses templating variables for metrics dashboards', quarantine: { issue: 'https://gitlab.com/gitlab-org/gitlab/-/issues/240984', type: :investigating } do it 'uses templating variables for metrics dashboards' do
templating_dashboard_yml = Pathname templating_dashboard_yml = Pathname
.new(__dir__) .new(__dir__)
.join('../../../../fixtures/metrics_dashboards/templating.yml') .join('../../../../fixtures/metrics_dashboards/templating.yml')
......
...@@ -3,7 +3,7 @@ require 'pathname' ...@@ -3,7 +3,7 @@ require 'pathname'
require_relative 'cluster_with_prometheus.rb' require_relative 'cluster_with_prometheus.rb'
module QA module QA
RSpec.describe 'Monitor', :orchestrated, :kubernetes, :requires_admin do RSpec.describe 'Monitor', :orchestrated, :kubernetes, :requires_admin, quarantine: { issue: 'https://gitlab.com/gitlab-org/gitlab/-/issues/241448', type: :investigating } do
include_context "cluster with Prometheus installed" include_context "cluster with Prometheus installed"
before do before do
...@@ -11,7 +11,7 @@ module QA ...@@ -11,7 +11,7 @@ module QA
@project.visit! @project.visit!
end end
it 'allows configuration of alerts', quarantine: { issue: 'https://gitlab.com/gitlab-org/gitlab/-/issues/233409', type: :flaky }, status_issue: 'https://gitlab.com/gitlab-org/quality/testcases/-/issues/869' do it 'allows configuration of alerts', status_issue: 'https://gitlab.com/gitlab-org/quality/testcases/-/issues/869' do
Page::Project::Menu.perform(&:go_to_operations_metrics) Page::Project::Menu.perform(&:go_to_operations_metrics)
Page::Project::Operations::Metrics::Show.perform do |on_dashboard| Page::Project::Operations::Metrics::Show.perform do |on_dashboard|
...@@ -23,7 +23,7 @@ module QA ...@@ -23,7 +23,7 @@ module QA
end end
end end
it 'creates an incident template and opens an incident with template applied', quarantine: { issue: 'https://gitlab.com/gitlab-org/gitlab/-/issues/236203', type: :investigating }, status_issue: 'https://gitlab.com/gitlab-org/quality/testcases/-/issues/981' do it 'creates an incident template and opens an incident with template applied', status_issue: 'https://gitlab.com/gitlab-org/quality/testcases/-/issues/981' do
create_incident_template create_incident_template
Page::Project::Menu.perform(&:go_to_operations_settings) Page::Project::Menu.perform(&:go_to_operations_settings)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment