Skip to content

Commit

Permalink
OSSM-6310: Fix flaky IOR integration test (maistra#988)
Browse files Browse the repository at this point in the history
Signed-off-by: Yann Liu <[email protected]>
  • Loading branch information
yannuil committed May 28, 2024
1 parent 5e28b0f commit d25036a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/servicemesh/managingroutes/main_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ func TestMain(m *testing.M) {
NewSuite(m).
RequireMaxClusters(1).
Setup(router.InstallOpenShiftRouter).
Setup(maistra.ApplyServiceMeshCRDs).
SetupParallel(maistra.ApplyServiceMeshCRDs, maistra.ApplyGatewayAPICRDs).
Setup(namespace.Setup(&istioNamespace, namespace.Config{Prefix: "istio-system"})).
Setup(maistra.Install(namespace.Future(&istioNamespace), nil)).
// We cannot apply restricted RBAC before the control plane installation, because the operator always applies
Expand Down

0 comments on commit d25036a

Please sign in to comment.