Skip to content

Commit 5ab6de3

Browse files
committed
add skip for [Feature:SCTPConnectivity] tests in kube-network-policies dir
1 parent ec8a6bb commit 5ab6de3

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

config/jobs/kubernetes-sigs/kube-network-policies/kube-network-policies-periodic.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ periodics:
2626
value: "true"
2727
- name: LABEL_FILTER
2828
value: "!Slow && !Disruptive && !Flaky && Feature: containsAny NetworkPolicy || Conformance"
29+
- name: SKIP
30+
value: \[Feature:SCTPConnectivity\]
2931
command:
3032
- wrapper.sh
3133
- bash
@@ -79,6 +81,8 @@ periodics:
7981
value: "true"
8082
- name: LABEL_FILTER
8183
value: "!Slow && !Disruptive && !Flaky && Feature: containsAny NetworkPolicy || Conformance"
84+
- name: SKIP
85+
value: \[Feature:SCTPConnectivity\]
8286
command:
8387
- wrapper.sh
8488
- bash

config/jobs/kubernetes-sigs/kube-network-policies/kube-network-policies-presubmits.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ presubmits:
2727
value: "true"
2828
- name: LABEL_FILTER
2929
value: "!Slow && !Disruptive && !Flaky && Feature: containsAny NetworkPolicy"
30+
- name: SKIP
31+
value: \[Feature:SCTPConnectivity\]
3032
command:
3133
- wrapper.sh
3234
- bash
@@ -78,6 +80,8 @@ presubmits:
7880
value: "true"
7981
- name: LABEL_FILTER
8082
value: "!Slow && !Disruptive && !Flaky && Feature: containsAny NetworkPolicy"
83+
- name: SKIP
84+
value: \[Feature:SCTPConnectivity\]
8185
command:
8286
- wrapper.sh
8387
- bash

0 commit comments

Comments
 (0)