diff --git a/integration/hsm/hsm_test.go b/integration/hsm/hsm_test.go index 2328845d54826..9b7d12a1ef2ac 100644 --- a/integration/hsm/hsm_test.go +++ b/integration/hsm/hsm_test.go @@ -231,6 +231,10 @@ func testAdminClient(t *testing.T, authDataDir string, authAddr string) { // Tests multiple CA rotations and rollbacks with 2 HSM auth servers in an HA configuration func TestHSMDualAuthRotation(t *testing.T) { + // TODO(nklaassen): fix this test and re-enable it. + // https://github.com/gravitational/teleport/issues/20217 + t.Skip("TestHSMDualAuthRotation is temporarily disabled due to flakiness") + requireHSMAvailable(t) requireETCDAvailable(t)