gh-128690: temporarily do not use test_embed in PGO profile builds (#128771)

Temporarily do not use test_embed in PGO profile builds until the problem with test_init_pyvenv_cfg failing in some configurations is resolved.
This commit is contained in:
Ned Deily 2025-01-13 04:02:18 -05:00 committed by GitHub
parent 6ecb620a0c
commit b00e1254fc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 1 deletions

View File

@ -19,7 +19,6 @@
'test_datetime',
'test_decimal',
'test_difflib',
'test_embed',
'test_float',
'test_fstring',
'test_functools',

View File

@ -0,0 +1,2 @@
Temporarily do not use test_embed in PGO profile builds until the problem
with test_init_pyvenv_cfg failing in some configurations is resolved.