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 bc77577
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/integration/test_koji.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
import os
import platform
import re
import shutil
# import shutil
import string
import subprocess
import tempfile
Expand Down 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 bc77577

Please sign in to comment.