Skip to content

Commit

Permalink
ci: Update dns tests for k8s conformance (#2104)
Browse files Browse the repository at this point in the history
Update dns tests for k8s v1.26

(cherry picked from commit bbf2fd4)
  • Loading branch information
jpayne3506 committed Sep 12, 2023
1 parent 1cbb133 commit c9f1c7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .pipelines/cni/k8s-e2e/k8s-e2e-job-template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
name: dns
clusterName: ${{ parameters.clusterName }}
ginkgoFocus: '\[sig-network\].DNS.should'
ginkgoSkip: 'resolv'
ginkgoSkip: 'resolv|256 search'
os: ${{ parameters.os }}
processes: 8
attempts: 3
Expand Down

0 comments on commit c9f1c7b

Please sign in to comment.