mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-11 06:02:18 +00:00
Tag storage windows tests with [Feature:Windows] instead of [sig-windows]
This commit is contained in:
@@ -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")
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user