File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
ci-operator/config/openshift-service-mesh/istio Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -282,7 +282,8 @@ tests:
282
282
cd /work && \
283
283
entrypoint \
284
284
prow/integ-suite-ocp.sh \
285
- pilot 'TestGatewayConformance|TestGateway/managed-owner|TestCNIVersionSkew|TestGateway'"
285
+ pilot 'TestGatewayConformance|TestGateway/managed-owner|TestCNIVersionSkew|TestGateway|TestGatewayInstance'"
286
+ # TestGatewayInstance should be fixed in https://issues.redhat.com/browse/OSSM-10830
286
287
# We are skipping failing tests for now, the progress is being tracked in https://issues.redhat.com/browse/OSSM-6316
287
288
env :
288
289
- name : MAISTRA_NAMESPACE
@@ -396,7 +397,8 @@ tests:
396
397
cd /work && \
397
398
entrypoint \
398
399
prow/integ-suite-ocp.sh \
399
- ambient 'TestTrafficWithCNIUpgrade|TestCNIMisconfigHealsOnRestart|TestGatewayConformance|TestAPIServer'"
400
+ ambient 'TestTrafficWithCNIUpgrade|TestCNIMisconfigHealsOnRestart|TestGatewayConformance|TestAPIServer|TestTCPRoute|TestTLSRoute'"
401
+ # TestTCPRoute and TestTLSRoute should be fixed in https://issues.redhat.com/browse/OSSM-10830
400
402
# We are skipping failing tests for now, the progress is being tracked in https://issues.redhat.com/browse/OSSM-8725
401
403
env :
402
404
- name : MAISTRA_NAMESPACE
You can’t perform that action at this time.
0 commit comments