Skip to content

Commit

Permalink
test: enable disk encryption key rotation test
Browse files Browse the repository at this point in the history
Verify that disk encryption sync operations work properly.

Signed-off-by: Artem Chernyshev <artem.0xD2@gmail.com>
  • Loading branch information
Unix4ever authored and talos-bot committed Feb 20, 2021
1 parent 41430e7 commit 06b8c09
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion internal/integration/api/apply-config.go
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,9 @@ func (suite *ApplyConfigSuite) TestApplyOnReboot() {

// TestApplyConfigRotateEncryptionSecrets verify key rotation by sequential apply config calls.
func (suite *ApplyConfigSuite) TestApplyConfigRotateEncryptionSecrets() {
suite.T().Skip("skip: this test is not stable yet")
if testing.Short() {
suite.T().Skip("skipping in short mode")
}

node := suite.RandomDiscoveredNode(machine.TypeJoin)
suite.ClearConnectionRefused(suite.ctx, node)
Expand Down

0 comments on commit 06b8c09

Please sign in to comment.