diff --git a/cluster/images/conformance/conformance-e2e.yaml b/cluster/images/conformance/conformance-e2e.yaml index b12c4858483..833b437fcad 100644 --- a/cluster/images/conformance/conformance-e2e.yaml +++ b/cluster/images/conformance/conformance-e2e.yaml @@ -59,7 +59,13 @@ spec: imagePullPolicy: IfNotPresent env: - name: E2E_FOCUS - value: "Pods should be submitted and removed" + value: "\\[Conformance\\]" + - name: E2E_SKIP + value: "Alpha|\\[(Disruptive|Feature:[^\\]]+|Flaky)\\]" + - name: E2E_PROVIDER + value: "local" + - name: E2E_PARALLEL + value: "y" volumeMounts: - name: output-volume mountPath: /tmp/results