From cd8e960f46fd06d88b8793a5af282750273c3dd8 Mon Sep 17 00:00:00 2001 From: Michael Arndt Date: Mon, 2 Dec 2024 18:45:57 +0100 Subject: [PATCH] Fix --- .github/workflows/run_tests.yaml | 2 -- tests/e2e/kubectl.py | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/run_tests.yaml b/.github/workflows/run_tests.yaml index 51c5cbdf7..bb52caa0f 100644 --- a/.github/workflows/run_tests.yaml +++ b/.github/workflows/run_tests.yaml @@ -88,8 +88,6 @@ jobs: ONLY="*" fi - ONLY="*test_016*" - if [[ "${{ github.event.inputs.test_mode }}" == 'Run all' ]] then test_mode="--test-to-end" diff --git a/tests/e2e/kubectl.py b/tests/e2e/kubectl.py index d0e5b9ca1..87ed7fc61 100644 --- a/tests/e2e/kubectl.py +++ b/tests/e2e/kubectl.py @@ -36,7 +36,7 @@ def launch(command, ok_to_fail=False, ns=None, timeout=600, shell=None): # save command for debug purposes # command = cmd - print(f"run command: {cmd}") + # print(f"run command: {cmd}") return run_shell(cmd, timeout, ok_to_fail, shell=shell)