Skip to content

Commit a11acbb

Browse files
committed
gh-103053: Run tools test_freeze on buildbot
No longer skip test_tools.test_freeze on buildbots.
1 parent a4baa9e commit a11acbb

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Lib/test/test_tools/test_freeze.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414

1515
@support.requires_zlib()
1616
@unittest.skipIf(sys.platform.startswith('win'), 'not supported on Windows')
17-
@support.skip_if_buildbot('not all buildbots have enough space')
1817
# gh-103053: Skip test if Python is built with Profile Guided Optimization
1918
# (PGO), since the test is just too slow in this case.
2019
@unittest.skipIf(support.check_cflags_pgo(),

0 commit comments

Comments
 (0)