From d25036aff0a41bb65faecd3d97290520730555e0 Mon Sep 17 00:00:00 2001 From: Yann Liu Date: Tue, 28 May 2024 17:13:59 +0800 Subject: [PATCH] OSSM-6310: Fix flaky IOR integration test (#988) Signed-off-by: Yann Liu --- tests/integration/servicemesh/managingroutes/main_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/integration/servicemesh/managingroutes/main_test.go b/tests/integration/servicemesh/managingroutes/main_test.go index 66f44a8fdb3..8275da84802 100644 --- a/tests/integration/servicemesh/managingroutes/main_test.go +++ b/tests/integration/servicemesh/managingroutes/main_test.go @@ -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