Fix max file size in Azure File tests

This commit is contained in:
Fabio Bertinatto 2022-03-24 16:12:42 -03:00
parent dafa0e178d
commit 9e4fa29982

View File

@ -2050,7 +2050,7 @@ func InitAzureFileDriver() storageframework.TestDriver {
driverInfo: storageframework.DriverInfo{
Name: "azure-file",
InTreePluginName: "kubernetes.io/azure-file",
MaxFileSize: storageframework.FileSizeLarge,
MaxFileSize: storageframework.FileSizeMedium,
SupportedSizeRange: e2evolume.SizeRange{
Min: "1Gi",
},