Skip to content

Commit 388a345

Browse files
committed
Use no skip regex for conformance
1 parent da566ad commit 388a345

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cluster/images/conformance/conformance-e2e.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ spec:
6161
- name: E2E_FOCUS
6262
value: "\\[Conformance\\]"
6363
- name: E2E_SKIP
64-
value: "Alpha|\\[(Disruptive|Feature:[^\\]]+|Flaky)\\]"
64+
value: ""
6565
- name: E2E_PROVIDER
6666
value: "local"
6767
- name: E2E_PARALLEL

0 commit comments

Comments
 (0)