mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-07 20:21:20 +00:00
trivial change to fix test issue
This commit is contained in:
@@ -73,7 +73,7 @@ var _ = utils.SIGDescribe("Volume FStype [Feature:vsphere]", func() {
|
|||||||
Bootstrap(f)
|
Bootstrap(f)
|
||||||
client = f.ClientSet
|
client = f.ClientSet
|
||||||
namespace = f.Namespace.Name
|
namespace = f.Namespace.Name
|
||||||
Expect(GetReadySchedulableNodeInfos).NotTo(BeEmpty())
|
Expect(GetReadySchedulableNodeInfos()).NotTo(BeEmpty())
|
||||||
})
|
})
|
||||||
|
|
||||||
It("verify fstype - ext3 formatted volume", func() {
|
It("verify fstype - ext3 formatted volume", func() {
|
||||||
|
Reference in New Issue
Block a user