Remove serial from gcepd-external tests

This commit is contained in:
Michelle Au 2018-11-13 16:42:57 -08:00
parent bfb95290b9
commit 63068be7ef

View File

@ -239,7 +239,7 @@ func InitGcePDExternalCSIDriver() TestDriver {
driverInfo: DriverInfo{ driverInfo: DriverInfo{
Name: "com.google.csi.gcepd", Name: "com.google.csi.gcepd",
// TODO(#70258): this is temporary until we can figure out how to make e2e tests a library // TODO(#70258): this is temporary until we can figure out how to make e2e tests a library
FeatureTag: "[Serial][Feature: gcePD-external]", FeatureTag: "[Feature: gcePD-external]",
MaxFileSize: testpatterns.FileSizeMedium, MaxFileSize: testpatterns.FileSizeMedium,
SupportedFsType: sets.NewString( SupportedFsType: sets.NewString(
"", // Default fsType "", // Default fsType