17217: Remove crufty test util funcs.
[arvados.git] / services / arv-git-httpd / integration_test.go
index 7da85ee7472af663a7307d7e91c46282689d98f7..93a46e22482380bc57162c01d18727fbe0250274 100644 (file)
@@ -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()