Skip to content

Commit 3336a41

Browse files
committed
Skip failing tests in telemetry suite.
1 parent b9f9ac3 commit 3336a41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

prow/integ-suite-ocp.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ if [ "${CONTROL_PLANE_SOURCE}" == "sail" ]; then
150150
base_cmd+=("--istio.test.kube.deploy=false")
151151
base_cmd+=("--istio.test.kube.controlPlaneInstaller=${SAIL_SETUP_SCRIPT}")
152152
#SKIP_TESTS+="|TestCNIRaceRepair|TestCNIVersionSkew|TestValidation|TestWebhook|TestMultiRevision|TestTraffic/dns/a|TestPreserveHTTPHeaderCaseConfiguration|TestLocality/TrafficDistribution/EDS"
153-
SKIP_TESTS+="|TestStatsGatewayServerTCPFilter|TestDashboard/pilot-dashboard.json|TestStatsGatewayServerTCPFilter|TestStatsTCPFilter/additional-labels|TestStatsFilter/additional-labels|TestStatsFilter/mockprom-to-metrics|TestServerTracing/primary-0|TestClientTracing/primary-0|TestBadWasmRemoteLoad|TestStatsGatewayServerTCPFilter
153+
SKIP_TESTS+="|TestStatsGatewayServerTCPFilter|TestDashboard/pilot-dashboard.json|TestStatsGatewayServerTCPFilter|TestStatsTCPFilter/additional-labels|TestStatsFilter/additional-labels|TestStatsFilter/mockprom-to-metrics|TestServerTracing/primary-0|TestClientTracing/primary-0|TestBadWasmRemoteLoad|TestStatsGatewayServerTCPFilter"
154154
echo $SKIP_TESTS
155155
fi
156156

0 commit comments

Comments
 (0)