X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/80f26d7ffad85dc15a89bbf6f33a66e206832704..0ce66018616c5177bc9268280119d6f08f339d4d:/lib/controller/integration_test.go diff --git a/lib/controller/integration_test.go b/lib/controller/integration_test.go index aeaede427e..44c99bf30f 100644 --- a/lib/controller/integration_test.go +++ b/lib/controller/integration_test.go @@ -113,6 +113,8 @@ func (s *IntegrationSuite) SetUpSuite(c *check.C) { ClientSecret: ` + s.oidcprovider.ValidClientSecret + ` EmailClaim: email EmailVerifiedClaim: email_verified + AcceptAccessToken: true + AcceptAccessTokenScope: "" ` } else { yaml += ` @@ -130,8 +132,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()