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 a4baa9e commit a11acbbCopy full SHA for a11acbb
Lib/test/test_tools/test_freeze.py
@@ -14,7 +14,6 @@
14
15
@support.requires_zlib()
16
@unittest.skipIf(sys.platform.startswith('win'), 'not supported on Windows')
17
-@support.skip_if_buildbot('not all buildbots have enough space')
18
# gh-103053: Skip test if Python is built with Profile Guided Optimization
19
# (PGO), since the test is just too slow in this case.
20
@unittest.skipIf(support.check_cflags_pgo(),
0 commit comments