Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,8 @@ tests:
cd /work && \
entrypoint \
prow/integ-suite-ocp.sh \
pilot 'TestGatewayConformance|TestGateway/managed-owner|TestCNIVersionSkew|TestGateway'"
pilot 'TestGatewayConformance|TestGateway/managed-owner|TestCNIVersionSkew|TestGateway|TestGatewayInstance'"
# TestGatewayInstance should be fixed in https://issues.redhat.com/browse/OSSM-10830
# We are skipping failing tests for now, the progress is being tracked in https://issues.redhat.com/browse/OSSM-6316
env:
- name: MAISTRA_NAMESPACE
Expand Down Expand Up @@ -396,7 +397,8 @@ tests:
cd /work && \
entrypoint \
prow/integ-suite-ocp.sh \
ambient 'TestTrafficWithCNIUpgrade|TestCNIMisconfigHealsOnRestart|TestGatewayConformance|TestAPIServer'"
ambient 'TestTrafficWithCNIUpgrade|TestCNIMisconfigHealsOnRestart|TestGatewayConformance|TestAPIServer|TestTCPRoute|TestTLSRoute'"
# TestTCPRoute and TestTLSRoute should be fixed in https://issues.redhat.com/browse/OSSM-10830
# We are skipping failing tests for now, the progress is being tracked in https://issues.redhat.com/browse/OSSM-8725
env:
- name: MAISTRA_NAMESPACE
Expand Down