Skip to content

Commit

Permalink
Disable upgrade from v1alpha3 to v1beta1 test
Browse files Browse the repository at this point in the history
  • Loading branch information
sedefsavas committed Oct 8, 2021
1 parent f3aa975 commit cc00bcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/suites/unmanaged/unmanaged_CAPI_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ var _ = ginkgo.Context("[unmanaged] [Cluster API Framework]", func() {
})
})

ginkgo.Describe("Clusterctl Upgrade Spec [from v1alpha3]", func() {
ginkgo.PDescribe("Clusterctl Upgrade Spec [from v1alpha3]", func() {
// As the resources cannot be defined by the It() clause in CAPI tests, using the largest values required for all It() tests in this CAPI test.
requiredResources := &shared.TestResource{EC2: 5, IGW: 2, NGW: 2, VPC: 2, ClassicLB: 2, EIP: 2}
ginkgo.BeforeEach(func() {
Expand Down

0 comments on commit cc00bcc

Please sign in to comment.