Commit 61cab0e0 authored by Dan Davison's avatar Dan Davison Committed by Sanad Liaquat

Move quarantine tag to description block

parent 955c4b53
......@@ -3,8 +3,7 @@
require 'pathname'
module QA
# Issue: https://gitlab.com/gitlab-org/gitlab/issues/35156
context 'Configure', :quarantine do
context 'Configure' do
def login
Runtime::Browser.visit(:gitlab, Page::Main::Login)
Page::Main::Login.perform(&:sign_in_using_credentials)
......@@ -56,7 +55,8 @@ module QA
end
end
describe 'Auto DevOps support', :orchestrated, :kubernetes do
# https://gitlab.com/gitlab-org/gitlab/issues/35156
describe 'Auto DevOps support', :orchestrated, :kubernetes, :quarantine do
context 'when rbac is enabled' 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