Skip to content

Commit da360dd

Browse files
authored
Merge pull request #35465 from nilo19/chore/skip-outdated
chore: Skip outdated test
2 parents 0f15c19 + 7395b2f commit da360dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/jobs/kubernetes-sigs/cloud-provider-azure/cloud-provider-azure-presubmit-1.30.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ presubmits:
139139
- name: KUBERNETES_VERSION # CAPZ config
140140
value: "latest-1.30"
141141
- name: GINKGO_ARGS # cloud-provider-azure config
142-
value: --ginkgo.focus=\[Conformance\]|\[NodeConformance\] --ginkgo.skip=\[Slow\]|\[Serial\]|\[Flaky\] --report-dir=/logs/artifacts --disable-log-dump=true
142+
value: --ginkgo.focus=\[Conformance\]|\[NodeConformance\] --ginkgo.skip=\[Slow\]|\[Serial\]|\[Flaky\]|pull.*from.*private.*registry.*with.*secret --report-dir=/logs/artifacts --disable-log-dump=true
143143
- name: CONTROL_PLANE_MACHINE_COUNT # CAPZ config
144144
value: "1"
145145
- name: CLUSTER_PROVISIONING_TOOL # cloud-provider-azure config

0 commit comments

Comments
 (0)