mirror of https://github.com/hashicorp/consul
Stop running TestLeader_ChangeServerID in parallel
parent
bb602bf719
commit
d1c315fad9
|
@ -875,7 +875,6 @@ func TestLeader_RollRaftServer(t *testing.T) {
|
||||||
}
|
}
|
||||||
|
|
||||||
func TestLeader_ChangeServerID(t *testing.T) {
|
func TestLeader_ChangeServerID(t *testing.T) {
|
||||||
t.Parallel()
|
|
||||||
conf := func(c *Config) {
|
conf := func(c *Config) {
|
||||||
c.Bootstrap = false
|
c.Bootstrap = false
|
||||||
c.BootstrapExpect = 3
|
c.BootstrapExpect = 3
|
||||||
|
|
Loading…
Reference in New Issue