Skip to content

Commit

Permalink
Disable EKS tests (#242)
Browse files Browse the repository at this point in the history
Signed-off-by: Marcus Noble <[email protected]>
  • Loading branch information
AverageMarcus authored Mar 14, 2024
1 parent 3fa4917 commit 0df488d
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

- Disabled EKS tests due to environment being broken

## [1.30.1] - 2024-03-14

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion providers/eks/standard/eks_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{
AutoScalingSupported: true,
BastionSupported: false,
Expand Down
2 changes: 1 addition & 1 deletion providers/eks/upgrade/eks_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import (
"github.com/giantswarm/cluster-test-suites/internal/upgrade"
)

var _ = Describe("Basic upgrade test", Ordered, func() {
var _ = XDescribe("Basic upgrade test", Ordered, func() {
upgrade.Run(upgrade.NewTestConfigWithDefaults())

// Finally run the common tests after upgrade is completed
Expand Down

0 comments on commit 0df488d

Please sign in to comment.