Commit 6c09ab66 authored by Sanad Liaquat's avatar Sanad Liaquat

Merge branch 'qa-fix-k8s-integ-spec' into 'master'

Fix previous failing kubernetes integration spec

Closes #209085

See merge request gitlab-org/gitlab!31266
parents 85a85254 e3285e95
# frozen_string_literal: true
module QA
context 'Configure', quarantine: { issue: 'https://gitlab.com/gitlab-org/gitlab/-/issues/209085', type: :investigating } do
describe 'Kubernetes Cluster Integration', :orchestrated, :kubernetes, :requires_admin do
context 'Configure' do
describe 'Kubernetes Cluster Integration', :orchestrated, :kubernetes, :requires_admin, :skip_live_env do
context 'Project Clusters' do
let(:cluster) { Service::KubernetesCluster.new(provider_class: Service::ClusterProvider::K3s).create! }
let!(:cluster) { Service::KubernetesCluster.new(provider_class: Service::ClusterProvider::K3s).create! }
let(:project) do
Resource::Project.fabricate_via_api! do |project|
project.name = 'project-with-k8s'
......@@ -13,7 +13,7 @@ module QA
end
before do
Flow::Login.sign_in
Flow::Login.sign_in_as_admin
end
after do
......
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