Skip to content

Commit

Permalink
Re-enable capv-on-capa and capv-on-capz tests (#557)
Browse files Browse the repository at this point in the history
  • Loading branch information
glitchcrab authored Dec 17, 2024
1 parent 5d876be commit 295d4eb
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion providers/capv/on-capa/capv_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
2 changes: 1 addition & 1 deletion providers/capv/on-capz/capv_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 295d4eb

Please sign in to comment.