fn: tests: revert a hack for agent shutdown (#632)

Reverting due to fix for #623
This commit is contained in:
Tolga Ceylan
2018-01-02 13:17:44 -08:00
committed by Reed Allman
parent 3e8b24dce4
commit fe80b50e30

View File

@@ -255,7 +255,6 @@ func TestRouteRunnerTimeout(t *testing.T) {
fnl := logs.NewMock()
srv := testServer(ds, &mqs.Mock{}, fnl, rnr, ServerTypeFull)
defer srv.agent.Close()
for i, test := range []struct {
path string