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 9, 2024
1 parent 9b7ca86 commit a08e12a
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/krkn_lib/tests/test_krkn_kubernetes.py
Original file line number Diff line number Diff line change
Expand Up @@ -850,10 +850,7 @@ def test_zzzdownload_folder_from_pod_as_archive(self):
for file in archive:
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)
Expand Down

0 comments on commit a08e12a

Please sign in to comment.