From 1e5e34c0a7e40eddf289dabc2004dfc679c19a65 Mon Sep 17 00:00:00 2001 From: ezmcdja Date: Fri, 3 Jan 2025 16:22:10 +0000 Subject: [PATCH] Issue #615 - removed missed line that locked tests' namespace to 'porch' https://github.com/nephio-project/nephio/issues/615 --- test/e2e/e2e_test.go | 1 - 1 file changed, 1 deletion(-) diff --git a/test/e2e/e2e_test.go b/test/e2e/e2e_test.go index 98511c3d..e8f94452 100644 --- a/test/e2e/e2e_test.go +++ b/test/e2e/e2e_test.go @@ -3016,7 +3016,6 @@ func (t *PorchSuite) TestPackageVariantReadinessGate(ctx context.Context) { return functions }() ) - t.Namespace = "porch" // Set up the repo and create/propose/approve the upstream package t.RegisterMainGitRepositoryF(ctx, repository)