Skip to content

Commit 8f122cd

Browse files
committed
Disable external infra tests
1 parent ed753ba commit 8f122cd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/e2e/suites/unmanaged/unmanaged_functional_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -684,7 +684,7 @@ var _ = ginkgo.Context("[unmanaged] [functional]", func() {
684684
})
685685
})
686686

687-
ginkgo.Describe("Externally managed security groups", func() {
687+
ginkgo.PDescribe("Externally managed security groups", func() {
688688
ginkgo.It("should create a cluster using external security groups", func() {
689689
specName := "functional-test-external-securitygroups"
690690
requiredResources = &shared.TestResource{EC2Normal: 2 * e2eCtx.Settings.InstanceVCPU, IGW: 1, NGW: 1, VPC: 1, ClassicLB: 1, EIP: 3}
@@ -822,7 +822,7 @@ var _ = ginkgo.Context("[unmanaged] [functional]", func() {
822822
})
823823
})
824824

825-
ginkgo.Describe("Peerings, internal ELB and private subnet", func() {
825+
ginkgo.PDescribe("Peerings, internal ELB and private subnet", func() {
826826
ginkgo.It("should create external clusters in peered VPC and with an internal ELB and only utilize a private subnet", func() {
827827
specName := "functional-test-peered-internal-elb"
828828
requiredResources = &shared.TestResource{EC2Normal: 2 * e2eCtx.Settings.InstanceVCPU, IGW: 2, NGW: 2, VPC: 2, ClassicLB: 2, EIP: 5}

0 commit comments

Comments
 (0)