Skip to content

Commit

Permalink
Re-enable capa-private tests because EC2 user data limit issue shou…
Browse files Browse the repository at this point in the history
…ld be solved now that we store Ignition bootstrap data in S3 (#398)
  • Loading branch information
AndiDog authored Jul 24, 2024
1 parent cfd644a commit fcf7349
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
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-enabled `capa-private` tests because EC2 user data limit issue should be solved now that we store Ignition bootstrap data in S3 ([issue](https://github.com/giantswarm/roadmap/issues/3442))

## [1.61.1] - 2024-07-23

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion providers/capa/private/capa_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{
AutoScalingSupported: true,
BastionSupported: false,
Expand Down

0 comments on commit fcf7349

Please sign in to comment.