diff --git a/server/events_test.go b/server/events_test.go index 2f869029..e70ba9c0 100644 --- a/server/events_test.go +++ b/server/events_test.go @@ -339,6 +339,8 @@ func TestSystemAccountInternalSubscriptions(t *testing.T) { func TestSystemAccountConnectionLimits(t *testing.T) { sa, optsA, sb, optsB := runTrustedCluster(t) + defer sa.Shutdown() + defer sb.Shutdown() // We want to test that we are limited to a certain number of active connections // across multiple servers.