From 17e74985b0d60b6d782c35a9185d50accfd95079 Mon Sep 17 00:00:00 2001 From: Freddy Date: Thu, 23 May 2019 19:52:33 -0400 Subject: [PATCH] Run TestServer_Expect on its own (#5890) --- agent/consul/server_test.go | 1 - 1 file changed, 1 deletion(-) diff --git a/agent/consul/server_test.go b/agent/consul/server_test.go index 841179ac8f..959f6d62bc 100644 --- a/agent/consul/server_test.go +++ b/agent/consul/server_test.go @@ -647,7 +647,6 @@ func TestServer_JoinLAN_TLS(t *testing.T) { } func TestServer_Expect(t *testing.T) { - t.Parallel() // All test servers should be in expect=3 mode, except for the 3rd one, // but one with expect=0 can cause a bootstrap to occur from the other // servers as currently implemented.