ca: fix a test
This test does not use Vault, so does not need ca.SkipIfVaultNotPresent
This commit is contained in:
parent
bb7f2f15b3
commit
dd565aa5e4
|
@ -1490,8 +1490,6 @@ func TestCAManager_Initialize_Vault_BadCAConfigDoesNotPreventLeaderEstablishment
|
|||
}
|
||||
|
||||
func TestCAManager_Initialize_BadCAConfigDoesNotPreventLeaderEstablishment(t *testing.T) {
|
||||
ca.SkipIfVaultNotPresent(t)
|
||||
|
||||
_, s1 := testServerWithConfig(t, func(c *Config) {
|
||||
c.Build = "1.9.1"
|
||||
c.PrimaryDatacenter = "dc1"
|
||||
|
|
Loading…
Reference in New Issue