diff --git a/builtin/logical/database/rotation_test.go b/builtin/logical/database/rotation_test.go index 1fdbba55f1..ccbd645885 100644 --- a/builtin/logical/database/rotation_test.go +++ b/builtin/logical/database/rotation_test.go @@ -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()