Skip to content

Commit 79ce30c

Browse files
authored
Merge pull request kubernetes#74851 from dims/apparently-conformance-tests-have-run-run-serially
Apparently conformance tests have to run serially
2 parents e1b79ab + 87e87dd commit 79ce30c

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)