X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/bde0fdb92ba9d667c380617ae7374cd957b4545d..a78762353971ea3707bcf92960a12557d66fb9af:/services/arv-git-httpd/integration_test.go diff --git a/services/arv-git-httpd/integration_test.go b/services/arv-git-httpd/integration_test.go index 7da85ee747..93a46e2248 100644 --- a/services/arv-git-httpd/integration_test.go +++ b/services/arv-git-httpd/integration_test.go @@ -33,14 +33,6 @@ type IntegrationSuite struct { cluster *arvados.Cluster } -func (s *IntegrationSuite) SetUpSuite(c *check.C) { - arvadostest.StartAPI() -} - -func (s *IntegrationSuite) TearDownSuite(c *check.C) { - arvadostest.StopAPI() -} - func (s *IntegrationSuite) SetUpTest(c *check.C) { arvadostest.ResetEnv()