17343: Add option to boot without workbench1 to speed up tests.
[arvados.git] / lib / controller / integration_test.go
index aeaede427ecf6c5106d86a890304418d5d8cb4c7..7b1dcbea6655bcf5f86b175c58ad2f9d5382b74d 100644 (file)
@@ -130,8 +130,9 @@ func (s *IntegrationSuite) SetUpSuite(c *check.C) {
                tc := boot.NewTestCluster(
                        filepath.Join(cwd, "..", ".."),
                        id, cfg, "127.0.0."+id[3:], c.Log)
+               tc.Super.NoWorkbench1 = true
+               tc.Start()
                s.testClusters[id] = tc
-               s.testClusters[id].Start()
        }
        for _, tc := range s.testClusters {
                ok := tc.WaitReady()