Skip to content

Commit

Permalink
fix(e2e): remove workaround pre 1.12.1
Browse files Browse the repository at this point in the history
Closes #4478
  • Loading branch information
squakez committed Jun 12, 2023
1 parent d495c11 commit 7863b94
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions e2e/install/upgrade/cli_upgrade_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 0 additions & 3 deletions e2e/install/upgrade/olm_upgrade_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 != "" {
Expand Down

0 comments on commit 7863b94

Please sign in to comment.