Skip to content

Commit

Permalink
gh-103053: Run tools test_freeze on buildbot
Browse files Browse the repository at this point in the history
No longer skip test_tools.test_freeze on buildbots.
  • Loading branch information
vstinner committed Sep 29, 2023
1 parent 7dc2c50 commit ff148fe
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Lib/test/test_tools/test_freeze.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@

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

0 comments on commit ff148fe

Please sign in to comment.