X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/e8d1a643cdbc3a5f4c0e5c745da58d9f7e1248d8..4ad6191d53207a8b2d4c0c8a30b18119daaa5fbc:/lib/recovercollection/cmd_test.go diff --git a/lib/recovercollection/cmd_test.go b/lib/recovercollection/cmd_test.go index 7b3c8e1b4e..f891e55677 100644 --- a/lib/recovercollection/cmd_test.go +++ b/lib/recovercollection/cmd_test.go @@ -27,7 +27,6 @@ var _ = check.Suite(&Suite{}) type Suite struct{} func (*Suite) SetUpSuite(c *check.C) { - arvadostest.StartAPI() arvadostest.StartKeep(2, true) }