From 7863b94b2d6fb41a26d67c0837f6b6e8494d2dd5 Mon Sep 17 00:00:00 2001 From: Pasquale Congiusti Date: Mon, 12 Jun 2023 15:46:46 +0200 Subject: [PATCH] fix(e2e): remove workaround pre 1.12.1 Closes #4478 --- e2e/install/upgrade/cli_upgrade_test.go | 3 --- e2e/install/upgrade/olm_upgrade_test.go | 3 --- 2 files changed, 6 deletions(-) diff --git a/e2e/install/upgrade/cli_upgrade_test.go b/e2e/install/upgrade/cli_upgrade_test.go index c7279d9764..8e9d769c9f 100644 --- a/e2e/install/upgrade/cli_upgrade_test.go +++ b/e2e/install/upgrade/cli_upgrade_test.go @@ -60,9 +60,6 @@ func TestCLIOperatorUpgrade(t *testing.T) { "--force", "--base-image", defaults.BaseImage(), - // TODO: remove GOMAXPROCS when https://github.com/apache/camel-k/issues/4312 is closed - "--operator-env-vars", - "GOMAXPROCS=1", ).Execute()).To(Succeed()) // Check the operator pod is running diff --git a/e2e/install/upgrade/olm_upgrade_test.go b/e2e/install/upgrade/olm_upgrade_test.go index 29276ae96c..64bcf57b29 100644 --- a/e2e/install/upgrade/olm_upgrade_test.go +++ b/e2e/install/upgrade/olm_upgrade_test.go @@ -91,9 +91,6 @@ func TestOLMOperatorUpgrade(t *testing.T) { "--olm-source", catalogSourceName, "--olm-source-namespace", ns, "--base-image", defaults.BaseImage(), - // TODO: remove GOMAXPROCS when https://github.com/apache/camel-k/issues/4312 is closed - "--operator-env-vars", - "GOMAXPROCS=1", } if prevUpdateChannel != "" {