Tag storage windows tests with [Feature:Windows] instead of [sig-windows]

This commit is contained in:
wojtekt
2021-03-03 12:08:59 +01:00
parent 5b0d0451ff
commit ca333d7a7a
4 changed files with 9 additions and 9 deletions

View File

@@ -1299,7 +1299,7 @@ func (g *gcePdDriver) GetDriverInfo() *storageframework.DriverInfo {
func (g *gcePdDriver) SkipUnsupportedTest(pattern storageframework.TestPattern) {
e2eskipper.SkipUnlessProviderIs("gce", "gke")
if pattern.FeatureTag == "[sig-windows]" {
if pattern.FeatureTag == "[Feature:Windows]" {
e2eskipper.SkipUnlessNodeOSDistroIs("windows")
}
}