Skip to content

Commit 87e87dd

Browse files
committed
Apparently conformance tests have to run serially
There are 10+ conformance tests marked [Serial], So we can't run things in parallel by default. Change-Id: I58afbb356899fb38caf4f9f6704bfb47f745b338
1 parent 6b28827 commit 87e87dd

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
@@ -65,7 +65,7 @@ spec:
6565
- name: E2E_PROVIDER
6666
value: "local"
6767
- name: E2E_PARALLEL
68-
value: "y"
68+
value: "1"
6969
volumeMounts:
7070
- name: output-volume
7171
mountPath: /tmp/results

0 commit comments

Comments
 (0)