Skip to content

Commit

Permalink
test: disable UltraSSD test to make test pass
Browse files Browse the repository at this point in the history
  • Loading branch information
andyzhangx committed Nov 29, 2023
1 parent 8ac1b36 commit 2976572
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions test/e2e/dynamic_provisioning_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -133,14 +133,6 @@ func (t *dynamicProvisioningTestSuite) defineTests(isMultiZone bool) {
},
}

if isMultiZone && !isUsingInTreeVolumePlugin {
test.StorageClassParameters = map[string]string{
"skuName": "UltraSSD_LRS",
"cachingmode": "None",
"logicalSectorSize": "512",
"zoned": "true",
}
}
if isUsingInTreeVolumePlugin {
// cover case: https://github.com/kubernetes/kubernetes/issues/103433
test.StorageClassParameters["Kind"] = "managed"
Expand Down

0 comments on commit 2976572

Please sign in to comment.