Skip to content

Commit

Permalink
taking out delete
Browse files Browse the repository at this point in the history
  • Loading branch information
paigerube14 committed Dec 10, 2024
1 parent 1135371 commit 1837754
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/krkn_lib/tests/test_krkn_kubernetes.py
Original file line number Diff line number Diff line change
Expand Up @@ -849,9 +849,6 @@ def test_download_folder_from_pod_as_archive(self):
self.assertTrue(os.path.isfile(file[1]))
self.assertTrue(os.stat(file[1]).st_size > 0)

self.lib_k8s.delete_namespace(namespace)
self.wait_delete_namespace(namespace)

def test_exists_path_in_pod(self):
namespace = "test-" + self.get_random_string(10)
self.deploy_namespace(namespace, [])
Expand Down

0 comments on commit 1837754

Please sign in to comment.