From 5e4733903a1936a87e0398f1e75d1398126c90ff Mon Sep 17 00:00:00 2001 From: hime Date: Thu, 12 Dec 2024 19:24:53 +0000 Subject: [PATCH] Remove setting client-protocol for performance tests. --- test/e2e/testsuites/performance.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/e2e/testsuites/performance.go b/test/e2e/testsuites/performance.go index be30a64c4..48a5ff640 100644 --- a/test/e2e/testsuites/performance.go +++ b/test/e2e/testsuites/performance.go @@ -197,7 +197,7 @@ func (t *gcsFuseCSIPerformanceTestSuite) DefineTests(driver storageframework.Tes tPod.SetImage(specs.UbuntuImage) tPod.SetResource("2", "5Gi", "5Gi") mountPath := "/gcs" - tPod.SetupVolume(l.volumeResource, volumeName, mountPath, false, "implicit-dirs", "max-conns-per-host=100", "client-protocol=http1") + tPod.SetupVolume(l.volumeResource, volumeName, mountPath, false, "implicit-dirs", "max-conns-per-host=100") tPod.SetAnnotations(map[string]string{ "gke-gcsfuse/cpu-limit": "10", "gke-gcsfuse/memory-limit": "2Gi",