t.Error("AllowedProcMountTypes in pvc.Spec should not have been dropped based on feature-gate")
}
}
t.Run(fmt.Sprintf("feature enabled=%v, old PodSecurityPolicySpec %v, new PodSecurityPolicySpec %v",enabled,oldPSPSpecInfo.description,newPSPSpecInfo.description),func(t*testing.T){
t.Errorf("new PodSecurityPolicySpec had PodSecurityPolicySpecAllowedProcMountTypes: %v",diff.ObjectReflectDiff(newPSPSpec,scWithoutAllowedProcMountTypes()))
}
default:
// new PodSecurityPolicySpec should not need to be changed