ca: fix a test

This test does not use Vault, so does not need ca.SkipIfVaultNotPresent
This commit is contained in:
Daniel Nephin 2022-02-28 16:26:18 -05:00
parent bb7f2f15b3
commit dd565aa5e4
1 changed files with 0 additions and 2 deletions

View File

@ -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"