17217: Remove crufty test util funcs.
[arvados.git] / tools / keep-block-check / keep-block-check_test.go
index 9f409e6af05b5c3afebd154013b1a168bc1c0d09..e6519fb3773b790fbec300885858e55e8765d1d5 100644 (file)
@@ -43,12 +43,7 @@ var TestHash2 = "aaaac516f788aec4f30932ffb6395c39"
 
 var blobSignatureTTL = time.Duration(2*7*24) * time.Hour
 
-func (s *ServerRequiredSuite) SetUpSuite(c *C) {
-       arvadostest.StartAPI()
-}
-
 func (s *ServerRequiredSuite) TearDownSuite(c *C) {
-       arvadostest.StopAPI()
        arvadostest.ResetEnv()
 }