Skip to content

Commit 6d2370e

Browse files
committed
Skip failing tests in telemetry suite.
1 parent b9f9ac3 commit 6d2370e

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

prow/integ-suite-ocp.sh

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ SKIP_SETUP="${SKIP_SETUP:-"false"}"
3131
INSTALL_METALLB="${INSTALL_METALLB:-"false"}"
3232
OPERATOR_NAMESPACE="${OPERATOR_NAMESPACE:-"sail-operator"}"
3333
CONTROL_PLANE_SOURCE="${CONTROL_PLANE_SOURCE:-"istio"}"
34-
INSTALL_SAIL_OPERATOR="${INSTALL_SAIL_OPERATOR:-"true"}"
34+
INSTALL_SAIL_OPERATOR="${INSTALL_SAIL_OPERATOR:-"false"}"
3535

3636
# Important: SKIP_TEST_RUN is a workaround until downstream tests can be executed by using this script.
3737
# To execute the tests in downstream, set SKIP_TEST_RUN to true
@@ -149,9 +149,6 @@ if [ "${CONTROL_PLANE_SOURCE}" == "sail" ]; then
149149
SAIL_SETUP_SCRIPT="${WD}/setup/sail-operator-setup.sh"
150150
base_cmd+=("--istio.test.kube.deploy=false")
151151
base_cmd+=("--istio.test.kube.controlPlaneInstaller=${SAIL_SETUP_SCRIPT}")
152-
#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
154-
echo $SKIP_TESTS
155152
fi
156153

157154
# Append skip tests flag if SKIP_TESTS is set

prow/setup/sail-operator-setup.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,8 +122,6 @@ function cleanup_istio(){
122122
kubectl delete istios.sailoperator.io --all --all-namespaces --wait=true
123123
kubectl get clusterrole | grep istio | awk '{print $1}' | xargs kubectl delete clusterrole
124124
kubectl get clusterrolebinding | grep istio | awk '{print $1}' | xargs kubectl delete clusterrolebinding
125-
oc delete ns $ISTIOCNI_NAMESPACE
126-
oc delete ns $NAMESPACE
127125
echo "Cleanup completed."
128126
}
129127

0 commit comments

Comments
 (0)