Skip to content
This repository has been archived by the owner on Jun 4, 2024. It is now read-only.

Commit

Permalink
skip test intentionally broken
Browse files Browse the repository at this point in the history
  • Loading branch information
hugoShaka committed Mar 27, 2024
1 parent c345adb commit 5ac9b3c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions terraform/test/role_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -235,6 +235,11 @@ func (s *TerraformSuite) TestRoleLoginsSplitBrain() {
}

func (s *TerraformSuite) TestRoleVersionUpgrade() {
// We had a bug in v14 and below that caused the defaults to be badly computed.
// We tried to fix this bug in v15 but it was too aggressive (forcing replacement is too destructive).
// In v16 we'll push a new plan modifier to fix this issue, this might be a
// breaking change for users who relied on the bug.
s.T().Skip("Test temporarily disabled until v16")
checkDestroyed := func(state *terraform.State) error {
_, err := s.client.GetRole(s.Context(), "upgrade")
if trace.IsNotFound(err) {
Expand Down

0 comments on commit 5ac9b3c

Please sign in to comment.