Skip to content

Commit ade5954

Browse files
committed
Enable IPv6 test again
Signed-off-by: Stefan Büringer [email protected]
1 parent e887a48 commit ade5954

2 files changed

Lines changed: 3 additions & 6 deletions

File tree

test/e2e/data/kubetest/dualstack.yaml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
ginkgo.focus: \[Feature\:IPv6DualStack\]
2-
# Skipping Test:
3-
# [Feature:IPv6DualStack] Granular Checks: Services Secondary IP Family [LinuxOnly] should function for service endpoints using hostNetwork
4-
# because it is failing in the EKS cluster.
5-
ginkgo.skip: \[Feature\:SCTPConnectivity\]|\[LinuxOnly\]\s+should\s+function\s+for\s+service\s+endpoints\s+using\s+hostNetwork
2+
ginkgo.skip: \[Feature\:SCTPConnectivity\]
63
disable-log-dump: true
74
# ginkgo.progress flag is deprecated but its still used when
85
# we run kubetest on K8s versions <= v1.26, we have to keep it

test/e2e/quick_start_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ var _ = Describe("When following the Cluster API quick-start with Ignition", fun
174174
})
175175
})
176176

177-
var _ = Describe("When following the Cluster API quick-start with dualstack and ipv4 primary [IPv6]", Label("IPv6"), func() {
177+
var _ = Describe("When following the Cluster API quick-start with dualstack and ipv4 primary [PR-Blocking] [IPv6]", Label("IPv6"), func() {
178178
QuickStartSpec(ctx, func() QuickStartSpecInput {
179179
return QuickStartSpecInput{
180180
E2EConfig: e2eConfig,
@@ -200,7 +200,7 @@ var _ = Describe("When following the Cluster API quick-start with dualstack and
200200
})
201201
})
202202

203-
var _ = Describe("When following the Cluster API quick-start with dualstack and ipv6 primary [IPv6]", Label("IPv6"), func() {
203+
var _ = Describe("When following the Cluster API quick-start with dualstack and ipv6 primary [PR-Blocking] [IPv6]", Label("IPv6"), func() {
204204
QuickStartSpec(ctx, func() QuickStartSpecInput {
205205
return QuickStartSpecInput{
206206
E2EConfig: e2eConfig,

0 commit comments

Comments
 (0)