Skip to content

Commit 5ca13bb

Browse files
authored
Merge pull request #3499 from josh-ferrell/e2e_extinfra_disable
[E2E] Disable external infrastructure test
2 parents 4401310 + 7a34859 commit 5ca13bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/e2e/suites/unmanaged/unmanaged_functional_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -742,7 +742,7 @@ var _ = ginkgo.Context("[unmanaged] [functional]", func() {
742742
// creation for the management cluster. The workload cluster is created in a peered VPC with a single externally managed security group.
743743
// A private and public subnet is created in this VPC to allow for egress traffic but the workload AWSCluster is configured with
744744
// an internal load balancer and only the private subnet. All applicable resources are restricted to us-west-2a for simplicity.
745-
ginkgo.Describe("External infrastructure, external security groups, VPC peering, internal ELB and private subnet use only", func() {
745+
ginkgo.PDescribe("External infrastructure, external security groups, VPC peering, internal ELB and private subnet use only", func() {
746746
var namespace *corev1.Namespace
747747
var requiredResources *shared.TestResource
748748
specName := "functional-test-extinfra"

0 commit comments

Comments
 (0)