Merge branch '18339-sweep-trash-lock'
[arvados.git] / services / keep-balance / integration_test.go
index 52e6149158253bdff24705dcb8b6fb7a00f8cb02..a6cc3281042739191921dcc8cda04d3a4e938d59 100644 (file)
@@ -38,7 +38,6 @@ func (s *integrationSuite) SetUpSuite(c *check.C) {
                c.Skip("-short")
        }
        arvadostest.ResetEnv()
-       arvadostest.StartAPI()
        arvadostest.StartKeep(4, true)
 
        arv, err := arvadosclient.MakeArvadosClient()
@@ -62,7 +61,6 @@ func (s *integrationSuite) TearDownSuite(c *check.C) {
                c.Skip("-short")
        }
        arvadostest.StopKeep(4)
-       arvadostest.StopAPI()
 }
 
 func (s *integrationSuite) SetUpTest(c *check.C) {