Skip to content

Commit ff7db17

Browse files
authored
Tmp disabling failing tests in istio release-1.27 (#68940)
Those tests will be fixed by https://issues.redhat.com/browse/OSSM-10830
1 parent 01ed320 commit ff7db17

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

ci-operator/config/openshift-service-mesh/istio/openshift-service-mesh-istio-release-1.27.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,8 @@ tests:
282282
cd /work && \
283283
entrypoint \
284284
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
286287
# We are skipping failing tests for now, the progress is being tracked in https://issues.redhat.com/browse/OSSM-6316
287288
env:
288289
- name: MAISTRA_NAMESPACE
@@ -396,7 +397,8 @@ tests:
396397
cd /work && \
397398
entrypoint \
398399
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
400402
# We are skipping failing tests for now, the progress is being tracked in https://issues.redhat.com/browse/OSSM-8725
401403
env:
402404
- name: MAISTRA_NAMESPACE

0 commit comments

Comments
 (0)