Skip to content

Commit

Permalink
Skip capv-on-capa and capv-on-capz tests until we can figure out VPN …
Browse files Browse the repository at this point in the history
…routing to the new vSphere provider (#541)
  • Loading branch information
glitchcrab authored Nov 13, 2024
1 parent d789698 commit b959d3a
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

- Skip `capv-on-capa` and `capv-on-capz` tests until we can figure out VPN routing to the new vSphere provider

## [1.76.3] - 2024-11-08

### 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 _ = Describe("Common tests", func() {
var _ = XDescribe("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 _ = Describe("Common tests", func() {
var _ = XDescribe("Common tests", func() {
common.Run(&common.TestConfig{
// No autoscaling on-prem
AutoScalingSupported: false,
Expand Down

0 comments on commit b959d3a

Please sign in to comment.