{name:"explicit failure active to suspended",current:domain.AccountStatusActive,consecutiveExplicitFailures:1,classification:domain.ProbeClassificationExplicitFailure,want:domain.AccountStatusSuspended},
{name:"explicit failure suspended stays suspended before threshold",current:domain.AccountStatusSuspended,consecutiveExplicitFailures:2,classification:domain.ProbeClassificationExplicitFailure,want:domain.AccountStatusSuspended},
{name:"explicit failure suspended to disabled at threshold",current:domain.AccountStatusSuspended,consecutiveExplicitFailures:3,classification:domain.ProbeClassificationExplicitFailure,want:domain.AccountStatusDisabled},