From 0ba751609a3b829ce37cd3d9093f499fbcd4e232 Mon Sep 17 00:00:00 2001 From: Felix Kunde Date: Fri, 7 May 2021 14:59:17 +0200 Subject: [PATCH] revert test with 150 volumes --- pkg/cluster/volumes_test.go | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/pkg/cluster/volumes_test.go b/pkg/cluster/volumes_test.go index 498fea367..3c523c994 100644 --- a/pkg/cluster/volumes_test.go +++ b/pkg/cluster/volumes_test.go @@ -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)