Revert e2e parallel

Signed-off-by: faizanahmad055 <faizan.ahmad55@outlook.com>
This commit is contained in:
faizanahmad055
2026-05-11 22:24:34 +02:00
parent caebfd98f9
commit 2d1c05ef5e
18 changed files with 87 additions and 27 deletions

View File

@@ -37,6 +37,9 @@ var _ = SynchronizedBeforeSuite(
func() []byte {
setupEnv, err := utils.SetupTestEnvironment(context.Background(), "reloader-annotations-test")
Expect(err).NotTo(HaveOccurred(), "Failed to setup test environment")
// Ensure the namespace is deleted even if DeployAndWait fails, so
// orphaned namespaces don't accumulate on long-lived clusters.
DeferCleanup(setupEnv.CleanupOnFailure)
deployValues := map[string]string{
"reloader.reloadStrategy": "annotations",