You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .pipelines/cni/k8s-e2e/k8s-e2e-job-template.yaml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -126,7 +126,7 @@ jobs:
126
126
name: DualStack
127
127
clusterName: ${{ parameters.clusterName }}
128
128
ginkgoFocus: '\[Feature:IPv6DualStack\]'
129
-
ginkgoSkip: "SCTP|session affinity"
129
+
ginkgoSkip: "SCTP|session affinity|should function for service endpoints using hostNetwork"# Skip hostNetwork service endpoints while failures are investigated
Copy file name to clipboardExpand all lines: .pipelines/cni/k8s-e2e/k8s-e2e.jobs.yaml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -129,7 +129,7 @@ jobs:
129
129
name: DualStack
130
130
clusterName: ${{ parameters.clusterName }}
131
131
ginkgoFocus: '\[Feature:IPv6DualStack\]'
132
-
ginkgoSkip: "SCTP|session affinity"
132
+
ginkgoSkip: "SCTP|session affinity|should function for service endpoints using hostNetwork"# skip hostnetwork service endpoint test while failures are being investigated
0 commit comments