From 295d4eba88b4138dd50548c1a8821f6d69d3e9ff Mon Sep 17 00:00:00 2001 From: Simon Weald <7832341+glitchcrab@users.noreply.github.com> Date: Tue, 17 Dec 2024 18:02:06 +0000 Subject: [PATCH] Re-enable capv-on-capa and capv-on-capz tests (#557) --- CHANGELOG.md | 4 ++++ providers/capv/on-capa/capv_test.go | 2 +- providers/capv/on-capz/capv_test.go | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index db64018b..fd3e1b2b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Changed + +- Re-enable `capv-on-capa` and `capv-on-capz` tests + ## [1.82.0] - 2024-12-11 ### Changed diff --git a/providers/capv/on-capa/capv_test.go b/providers/capv/on-capa/capv_test.go index 955ec3c2..9cd918c4 100644 --- a/providers/capv/on-capa/capv_test.go +++ b/providers/capv/on-capa/capv_test.go @@ -6,7 +6,7 @@ import ( "github.com/giantswarm/cluster-test-suites/internal/common" ) -var _ = XDescribe("Common tests", func() { +var _ = Describe("Common tests", func() { common.Run(&common.TestConfig{ // No autoscaling on-prem AutoScalingSupported: false, diff --git a/providers/capv/on-capz/capv_test.go b/providers/capv/on-capz/capv_test.go index 955ec3c2..9cd918c4 100644 --- a/providers/capv/on-capz/capv_test.go +++ b/providers/capv/on-capz/capv_test.go @@ -6,7 +6,7 @@ import ( "github.com/giantswarm/cluster-test-suites/internal/common" ) -var _ = XDescribe("Common tests", func() { +var _ = Describe("Common tests", func() { common.Run(&common.TestConfig{ // No autoscaling on-prem AutoScalingSupported: false,