Skip to content

Commit e307c17

Browse files
committed
Skip conformance tests for upgrade CI
test/scripts/e2e-kind.sh - ephemeral containers, relaxed dns search validation and named port services. Signed-off-by: Arti Sood <[email protected]>
1 parent 4b75652 commit e307c17

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

test/scripts/e2e-kind.sh

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,23 @@ should resolve connection reset issue #74839
4747
# TO BE FIXED BY https://github.com/kubernetes/kubernetes/pull/129049
4848
Services should be able to switch session affinity for NodePort service
4949
50+
# FIXME: https://github.com/ovn-kubernetes/ovn-kubernetes/issues/5460
51+
# Skipping tests for now, commit to be reverted once kube rebase to 1.33 completes
52+
# TO BE FIXED BY https://github.com/kubernetes/kubernetes/pull/130181
53+
should update the ephemeral containers in an existing pod
54+
will start an ephemeral container in an existing pod
55+
56+
# FIXME: https://github.com/ovn-kubernetes/ovn-kubernetes/issues/5460
57+
# Skipping test for now, commit to be reverted once kube rebase to 1.33 completes
58+
# TO BE FIXED BY https://github.com/kubernetes/kubernetes/commit/3698050dc799a3c81a50ef050e763bade4184c4d
59+
# Could not determine why the failure is happening in 1.32 but the test does pass in 1.33
60+
should work with a search path containing an underscore and a search path with a single dot
61+
62+
# FIXME: https://github.com/ovn-kubernetes/ovn-kubernetes/issues/5460
63+
# Skipping test for now, commit to be reverted once kube rebase to 1.33 completes
64+
# TO BE FIXED BY backport of https://github.com/kubernetes/kubernetes/pull/128850
65+
should connect to the named ports exposed by restartable init containers
66+
5067
# api flakes
5168
sig-api-machinery
5269

0 commit comments

Comments
 (0)