mirror of
https://github.com/status-im/consul.git
synced 2025-01-10 22:06:20 +00:00
ca: fix a test
This test does not use Vault, so does not need ca.SkipIfVaultNotPresent
This commit is contained in:
parent
1f00ede559
commit
d669226784
@ -1490,8 +1490,6 @@ func TestCAManager_Initialize_Vault_BadCAConfigDoesNotPreventLeaderEstablishment
|
|||||||
}
|
}
|
||||||
|
|
||||||
func TestCAManager_Initialize_BadCAConfigDoesNotPreventLeaderEstablishment(t *testing.T) {
|
func TestCAManager_Initialize_BadCAConfigDoesNotPreventLeaderEstablishment(t *testing.T) {
|
||||||
ca.SkipIfVaultNotPresent(t)
|
|
||||||
|
|
||||||
_, s1 := testServerWithConfig(t, func(c *Config) {
|
_, s1 := testServerWithConfig(t, func(c *Config) {
|
||||||
c.Build = "1.9.1"
|
c.Build = "1.9.1"
|
||||||
c.PrimaryDatacenter = "dc1"
|
c.PrimaryDatacenter = "dc1"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user