From 11bec7f7b8d00285904687edfc091ecb5cedde37 Mon Sep 17 00:00:00 2001 From: Clayton Coleman Date: Sat, 18 May 2019 15:42:46 -0400 Subject: [PATCH] Disable NodeLease and RuntimeClass tests temporarily They are broken until a 1.14 kubelet lands --- test/extended/util/test.go | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/test/extended/util/test.go b/test/extended/util/test.go index 946405c43049..0f1916f2d83b 100644 --- a/test/extended/util/test.go +++ b/test/extended/util/test.go @@ -409,6 +409,10 @@ var ( `should idle the service and DeploymentConfig properly`, // idling with a single service and DeploymentConfig [Conformance] + // requires a 1.14 kubelet + "when the NodeLease feature is enabled", + "RuntimeClass should reject", + `\[Feature:Volumes\]`, // storage team to investigate it post-rebase `\[Driver: csi-hostpath`, // storage team to investigate it post-rebase. @hekumar `TaintBasedEvictions`, // scheduler tests failing serial. sig-pod/@ravig