The 2 year temporary disabling of this test has come to an end (#17468)

This commit is contained in:
Peter Wilson 2022-10-12 15:51:45 +01:00 committed by GitHub
parent 93a11a8678
commit cf961e2692
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 2 deletions

View File

@ -506,8 +506,6 @@ func TestBackend_Static_QueueWAL_discard_role_not_found(t *testing.T) {
// Second scenario, WAL contains a role name that does exist, but the role's
// LastVaultRotation is greater than the WAL has
func TestBackend_Static_QueueWAL_discard_role_newer_rotation_date(t *testing.T) {
t.Skip("temporarily disabled due to intermittent failures")
cluster, sys := getCluster(t)
defer cluster.Cleanup()