Commit 06c42094 authored by Mark Lapierre's avatar Mark Lapierre

Merge branch 'qa-no-monkey-patching-8_monitor' into 'master'

Update 8_monitor tests to use outer describe

See merge request gitlab-org/gitlab!35646
parents 20f703ac 1f55a851
# frozen_string_literal: true
module QA
context 'Monitor' do
RSpec.describe 'Monitor' do
describe 'with Prometheus in a Gitlab-managed cluster', :orchestrated, :kubernetes do
before :all do
@cluster = Service::KubernetesCluster.new.create!
......
......@@ -2,7 +2,7 @@
require 'pathname'
module QA
context 'Monitor' do
RSpec.describe 'Monitor' do
describe 'with Prometheus in a Gitlab-managed cluster', :orchestrated, :kubernetes 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