diff --git a/test/extended/util/test.go b/test/extended/util/test.go index 8497603a9e0f..de6369ce9165 100644 --- a/test/extended/util/test.go +++ b/test/extended/util/test.go @@ -398,6 +398,9 @@ var ( `\[Feature:Volumes\]`, // storage team to investigate it post-rebase `\[Driver: csi-hostpath`, // storage team to investigate it post-rebase. @hekumar `SchedulerPriorities`, // scheduler tests failing serial. sig-pod/@ravig + // BlockVolume tests that need kubelet 1.13 + `\[Driver: nfs\] \[Testpattern: Pre-provisioned PV \(block volmode\)\] volumeMode should fail to create pod by failing to mount volume`, + `\[Driver: aws\] \[Testpattern: Dynamic PV \(block volmode\)\] volumeMode should create sc, pod, pv, and pvc, read/write to the pv, and delete all created resources`, // TODO: the following list of tests is disabled temporarily due to the fact // that we're running kubelet 1.11 and these require 1.12. We will remove them