This is an automated email from the ASF dual-hosted git repository.
squakez pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-k.git
The following commit(s) were added to refs/heads/main by this push:
new e94aac705 fix(ci): remove unused call
e94aac705 is described below
commit e94aac7054876377ba10356b78c70927133d4304
Author: Pasquale Congiusti <[email protected]>
AuthorDate: Mon Jun 22 08:40:01 2026 +0200
fix(ci): remove unused call
---
e2e/support/test_support.go | 1 -
1 file changed, 1 deletion(-)
diff --git a/e2e/support/test_support.go b/e2e/support/test_support.go
index ee04e7e02..09bd670ae 100644
--- a/e2e/support/test_support.go
+++ b/e2e/support/test_support.go
@@ -1960,7 +1960,6 @@ func WithNewTestNamespace(t *testing.T, doRun
func(context.Context, *gomega.With
func WithNamedTestNamespace(t *testing.T, doRun func(context.Context,
*gomega.WithT, string), namespace string) {
ns := NewNamedTestNamespace(t, testContext, namespace, false)
defer deleteTestNamespace(t, testContext, ns)
- defer userCleanup(t)
invokeUserTestCode(t, testContext, ns.GetName(), doRun)
}