Skip to content

Commit

Permalink
Remove test that is no longer implemented by the method.
Browse files Browse the repository at this point in the history
  • Loading branch information
dopey committed Jan 28, 2020
1 parent 397a181 commit d482ae2
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions authority/config_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -255,19 +255,6 @@ func TestAuthConfigValidate(t *testing.T) {
err: errors.New("authority cannot be undefined"),
}
},
/*
"fail-invalid-claims": func(t *testing.T) AuthConfigValidateTest {
return AuthConfigValidateTest{
ac: &AuthConfig{
Provisioners: p,
Claims: &provisioner.Claims{
MinTLSDur: &provisioner.Duration{Duration: -1},
},
},
err: errors.New("claims: MinTLSCertDuration must be greater than 0"),
}
},
*/
"ok-empty-provisioners": func(t *testing.T) AuthConfigValidateTest {
return AuthConfigValidateTest{
ac: &AuthConfig{},
Expand Down

0 comments on commit d482ae2

Please sign in to comment.