Skip to content

Commit

Permalink
Merge pull request #20558 from knabben/kubelet-orphans-skip
Browse files Browse the repository at this point in the history
Skipping SCTPConnectivity tests on node-kubelet-orphans tab
  • Loading branch information
k8s-ci-robot authored Mar 4, 2021
2 parents 4701a17 + 3ad43d1 commit 8f1ddf0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/jobs/kubernetes/sig-node/node-kubelet.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ periodics:
- --node-test-args=--kubelet-flags="--cgroups-per-qos=true --cgroup-root=/"
- --node-tests=true
- --provider=gce
- --test_args=--nodes=1 --skip="\[Flaky\]|\[NodeConformance\]|\[NodeFeature:.+\]|\[NodeSpecialFeature:.+\]|\[NodeAlphaFeature:.+\]|\[Legacy:.+\]|\[Benchmark\]"
- --test_args=--nodes=1 --skip="\[Flaky\]|\[NodeConformance\]|\[NodeFeature:.+\]|\[NodeSpecialFeature:.+\]|\[NodeAlphaFeature:.+\]|\[Legacy:.+\]|\[Benchmark\]|\[Feature:SCTPConnectivity\]"
- --timeout=300m
env:
- name: GOPATH
Expand Down

0 comments on commit 8f1ddf0

Please sign in to comment.