summaryrefslogtreecommitdiff
path: root/tests/e2e/lifecycle_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'tests/e2e/lifecycle_test.go')
-rw-r--r--tests/e2e/lifecycle_test.go5
1 files changed, 1 insertions, 4 deletions
diff --git a/tests/e2e/lifecycle_test.go b/tests/e2e/lifecycle_test.go
index ffd731f..d0d7271 100644
--- a/tests/e2e/lifecycle_test.go
+++ b/tests/e2e/lifecycle_test.go
@@ -62,10 +62,7 @@ func waitForLifecycle(t *testing.T, binaryPath, runtimeDir, profile string, expe
func TestNamespaceLifecycleAutomation(t *testing.T) {
// 1. Setup Environment
- binaryPath, err := GetBinaryPath()
- if err != nil {
- t.Skipf("Skipping test: %v", err)
- }
+ binaryPath := EnsureBinary(t)
// 2. Override the runtime base dir to a temporary location
tmpRuntimeDir := t.TempDir()