fix a typo

This commit is contained in:
Roman Bednar 2022-06-23 13:35:36 +02:00
parent 015e2fa20c
commit b62794c52e

View File

@ -198,7 +198,7 @@ func (p *provisioningTestSuite) DefineTests(driver storageframework.TestDriver,
ginkgo.It("should provision storage with snapshot data source [Feature:VolumeSnapshotDataSource]", func(ctx context.Context) {
if !dInfo.Capabilities[storageframework.CapSnapshotDataSource] {
e2eskipper.Skipf("Driver %q does not support populate data from snapshot - skipping", dInfo.Name)
e2eskipper.Skipf("Driver %q does not support populating data from snapshot - skipping", dInfo.Name)
}
if !dInfo.SupportedFsType.Has(pattern.FsType) {
e2eskipper.Skipf("Driver %q does not support %q fs type - skipping", dInfo.Name, pattern.FsType)