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