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 @@ ...@@ -3,8 +3,7 @@
require 'pathname' require 'pathname'
module QA module QA
# Issue: https://gitlab.com/gitlab-org/gitlab/issues/35156 context 'Configure' do
context 'Configure', :quarantine do
def login def login
Runtime::Browser.visit(:gitlab, Page::Main::Login) Runtime::Browser.visit(:gitlab, Page::Main::Login)
Page::Main::Login.perform(&:sign_in_using_credentials) Page::Main::Login.perform(&:sign_in_using_credentials)
...@@ -56,7 +55,8 @@ module QA ...@@ -56,7 +55,8 @@ module QA
end end
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 context 'when rbac is enabled' do
before(:all) do before(:all) do
@cluster = Service::KubernetesCluster.new.create! @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