Merge branch '19166-gateway-tunnel'
[arvados.git] / sdk / go / dispatch / dispatch_test.go
index 4b115229b403bc69aadd275a0177b00d4d171f79..2a9d84639ef8ce1e4d9a987acdafdb947cafa961 100644 (file)
@@ -18,14 +18,6 @@ var _ = Suite(&suite{})
 
 type suite struct{}
 
-func (s *suite) SetUpSuite(c *C) {
-       arvadostest.StartAPI()
-}
-
-func (s *suite) TearDownSuite(c *C) {
-       arvadostest.StopAPI()
-}
-
 func (s *suite) TestTrackContainer(c *C) {
        arv, err := arvadosclient.MakeArvadosClient()
        c.Assert(err, Equals, nil)