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 cc86f7b018
commit f78ac04cf0

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 // Second scenario, WAL contains a role name that does exist, but the role's
// LastVaultRotation is greater than the WAL has // LastVaultRotation is greater than the WAL has
func TestBackend_Static_QueueWAL_discard_role_newer_rotation_date(t *testing.T) { func TestBackend_Static_QueueWAL_discard_role_newer_rotation_date(t *testing.T) {
t.Skip("temporarily disabled due to intermittent failures")
cluster, sys := getCluster(t) cluster, sys := getCluster(t)
defer cluster.Cleanup() defer cluster.Cleanup()