diff --git a/tests/file_uploads/tests.py b/tests/file_uploads/tests.py index 8b5d1de26f..145d714a76 100644 --- a/tests/file_uploads/tests.py +++ b/tests/file_uploads/tests.py @@ -624,7 +624,6 @@ class FileUploadTests(TestCase): def test_filename_traversal_upload(self): os.makedirs(UPLOAD_TO, exist_ok=True) - self.addCleanup(shutil.rmtree, MEDIA_ROOT) tests = [ '../test.txt', '../test.txt',