mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 19:56:01 +00:00
trivial change to fix test issue
This commit is contained in:
parent
d7c02288fc
commit
7699a76914
@ -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() {
|
||||||
|
Loading…
Reference in New Issue
Block a user