X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/4231a15056ed0046fed99ff860ee0f4fbba0a582..1d460a17caf94ddc33610b39a0a11aec1d3905a2:/lib/controller/integration_test.go diff --git a/lib/controller/integration_test.go b/lib/controller/integration_test.go index aeaede427e..7b1dcbea66 100644 --- a/lib/controller/integration_test.go +++ b/lib/controller/integration_test.go @@ -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()