Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
MeneDev committed Dec 2, 2024
1 parent d78ec3b commit cd8e960
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/run_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,6 @@ jobs:
ONLY="*"
fi
ONLY="*test_016*"
if [[ "${{ github.event.inputs.test_mode }}" == 'Run all' ]]
then
test_mode="--test-to-end"
Expand Down
2 changes: 1 addition & 1 deletion tests/e2e/kubectl.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit cd8e960

Please sign in to comment.