We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7aed8f3 commit f224ab8Copy full SHA for f224ab8
Lib/test/test_zipfile/test_path.py
@@ -330,7 +330,8 @@ def test_joinpath_constant_time(self):
330
# Check the file iterated all items
331
assert entries.count == self.HUGE_ZIPFILE_NUM_ENTRIES
332
333
- @set_timeout(3)
+ # timeout disabled due to #102209
334
+ # @set_timeout(3)
335
def test_implied_dirs_performance(self):
336
data = ['/'.join(string.ascii_lowercase + str(n)) for n in range(10000)]
337
zipfile.CompleteDirs._implied_dirs(data)
0 commit comments