X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/c271137b5f704f3df510b0b0dd8eceba25e006a8..fb96637bf76fe8779e7a7e58f052b8f55ed76f4f:/tools/sync-groups/federation_test.go diff --git a/tools/sync-groups/federation_test.go b/tools/sync-groups/federation_test.go index aebac21de6..1bbdaa3fa3 100644 --- a/tools/sync-groups/federation_test.go +++ b/tools/sync-groups/federation_test.go @@ -114,8 +114,9 @@ func (s *FederationSuite) 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()