17217: Remove crufty test util funcs.
[arvados.git] / services / crunch-dispatch-local / crunch-dispatch-local_test.go
index 92b8d2adcd6fe22e20c66afc1d4f803521ccd545..7e8c42c25c193bbf3bf26bdefe80082b1ae50ff8 100644 (file)
@@ -39,15 +39,10 @@ var initialArgs []string
 
 func (s *TestSuite) SetUpSuite(c *C) {
        initialArgs = os.Args
-       arvadostest.StartAPI()
        runningCmds = make(map[string]*exec.Cmd)
        logrus.SetFormatter(&logrus.TextFormatter{DisableColors: true})
 }
 
-func (s *TestSuite) TearDownSuite(c *C) {
-       arvadostest.StopAPI()
-}
-
 func (s *TestSuite) SetUpTest(c *C) {
        args := []string{"crunch-dispatch-local"}
        os.Args = args