Skip to content

Commit aca402f

Browse files
committed
e2e: node: skip breaking tests
Skip problematic tests to recover signal, then we will reintroduce them gradually See: kubernetes#133314 See: kubernetes#133336 Signed-off-by: Francesco Romani <[email protected]>
1 parent 3d9cccb commit aca402f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/e2e_node/node_container_manager_test.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ var _ = SIGDescribe("Node Container Manager", framework.WithSerial(), func() {
7373
f.NamespacePodSecurityLevel = admissionapi.LevelPrivileged
7474
f.Describe("Validate Node Allocatable", feature.NodeAllocatable, func() {
7575
ginkgo.It("sets up the node and runs the test", func(ctx context.Context) {
76+
ginkgo.Skip("currently broken")
7677
framework.ExpectNoError(runTest(ctx, f))
7778
})
7879
})
@@ -85,6 +86,8 @@ var _ = SIGDescribe("Node Container Manager", framework.WithSerial(), func() {
8586
// The closest approximation is this test in this current form, using a kubelet restart. This at least
8687
// acts as non regression testing, so it still brings value.
8788
ginkgo.It("should correctly start with cpumanager none policy in use with systemd", func(ctx context.Context) {
89+
ginkgo.Skip("currently broken")
90+
8891
if !IsCgroup2UnifiedMode() {
8992
ginkgo.Skip("this test requires cgroups v2")
9093
}

0 commit comments

Comments
 (0)