Skip to content

Commit

Permalink
something is hanging
Browse files Browse the repository at this point in the history
  • Loading branch information
croissanne committed Oct 22, 2024
1 parent 073fdfb commit 15f5df2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration/test_koji.py
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ def setUp(self):
self.ec2_image_id = None

def tearDown(self):
shutil.rmtree(self.workdir)
# shutil.rmtree(self.workdir)
if self.ec2_image_id is not None:
self.delete_ec2_image(self.ec2_image_id)
self.ec2_image_id = None
Expand Down

0 comments on commit 15f5df2

Please sign in to comment.