Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions test/extended/util/test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down