revert test with 150 volumes

This commit is contained in:
Felix Kunde 2021-05-07 14:59:17 +02:00
parent f6de6c2452
commit 0ba751609a
1 changed files with 8 additions and 1 deletions

View File

@ -361,7 +361,14 @@ func TestManualGp2Gp3Support(t *testing.T) {
cluster.Namespace = namespace
filterLabels := cluster.labelsSet(false)
testVolumes := []testVolume{testVol, testVol}
testVolumes := []testVolume{
{
size: 150,
},
{
size: 150,
},
}
initTestVolumesAndPods(cluster.KubeClient, namespace, clusterName, filterLabels, testVolumes)