Skip to content

Commit

Permalink
renaming test
Browse files Browse the repository at this point in the history
  • Loading branch information
paigerube14 committed Dec 4, 2024
1 parent faaaeab commit 097db39
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/krkn_lib/k8s/krkn_kubernetes.py
Original file line number Diff line number Diff line change
Expand Up @@ -2415,7 +2415,7 @@ def archive_and_get_path_from_pod(
safe_logger,
),
)
#worker.daemon = True
worker.daemon = True
worker.start()
queue.join()
except Exception as e:
Expand Down
2 changes: 1 addition & 1 deletion src/krkn_lib/tests/test_krkn_kubernetes.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@


class KrknKubernetesTests(BaseTest):
def test_exec_command(self):
def test_zzzexec_command(self):
namespace = "test-ec-" + self.get_random_string(10)
alpine_name = "alpine-" + self.get_random_string(10)
self.deploy_namespace(namespace, [])
Expand Down

0 comments on commit 097db39

Please sign in to comment.