mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-31 23:37:01 +00:00
skip e2e test for checking filesystem resizing on Windows
Test is currently using `stat` Linux command which won't work on Windows.
This commit is contained in:
parent
7484c69a16
commit
fbe39a8e96
@ -407,6 +407,11 @@ func (p *provisioningTestSuite) DefineTests(driver storageframework.TestDriver,
|
||||
})
|
||||
|
||||
ginkgo.It("should provision correct filesystem size when restoring snapshot to larger size pvc [Feature:VolumeSnapshotDataSource]", func(ctx context.Context) {
|
||||
//TODO: remove skip when issue is resolved - https://github.com/kubernetes/kubernetes/issues/113359
|
||||
if framework.NodeOSDistroIs("windows") {
|
||||
e2eskipper.Skipf("Test is not valid Windows - skipping")
|
||||
}
|
||||
|
||||
if pattern.VolMode == "Block" {
|
||||
e2eskipper.Skipf("Test is not valid for Block volume mode - skipping")
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user