Commit 388a345e authored by Aaron Crickenberger's avatar Aaron Crickenberger

Use no skip regex for conformance

parent da566ad6
...@@ -61,7 +61,7 @@ spec: ...@@ -61,7 +61,7 @@ spec:
- name: E2E_FOCUS - name: E2E_FOCUS
value: "\\[Conformance\\]" value: "\\[Conformance\\]"
- name: E2E_SKIP - name: E2E_SKIP
value: "Alpha|\\[(Disruptive|Feature:[^\\]]+|Flaky)\\]" value: ""
- name: E2E_PROVIDER - name: E2E_PROVIDER
value: "local" value: "local"
- name: E2E_PARALLEL - name: E2E_PARALLEL
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment