Commit 3c48eb49 authored by Rémy Coutable's avatar Rémy Coutable

Merge branch '217705-failure-in-8_monitor-all_monitor_features_spec-rb-and-8_monitor' into 'master'

Quarantining failure in 8_monitor/all_monitor_features_spec.rb and 8_monitor/all_monitor_core_features_spec.rb while investigating

Closes #217705

See merge request gitlab-org/gitlab!32054
parents 1da6dd71 4360ad78
# frozen_string_literal: true
module QA
context 'Monitor' do
context 'Monitor', quarantine: { issue: 'https://gitlab.com/gitlab-org/gitlab/-/issues/217705', type: :flaky } do
describe 'with Prometheus Gitlab-managed cluster', :orchestrated, :kubernetes, :docker, :runner do
before :all do
Flow::Login.sign_in
......
# frozen_string_literal: true
module QA
context 'Monitor' do
context 'Monitor', quarantine: { issue: 'https://gitlab.com/gitlab-org/gitlab/-/issues/217705', type: :flaky } do
describe 'with Prometheus Gitlab-managed cluster', :orchestrated, :kubernetes, :docker, :runner do
before :all do
@cluster = Service::KubernetesCluster.new.create!
......
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