Skip to content

Commit e1cb96f

Browse files
fix failing test
1 parent 636975d commit e1cb96f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Lib/test/test_embed.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1768,6 +1768,8 @@ def test_init_set_config(self):
17681768
self.check_all_configs("test_init_set_config", config,
17691769
api=API_ISOLATED)
17701770

1771+
@unittest.skipIf("-D_Py_JIT" in (sysconfig.get_config_var('PY_CORE_CFLAGS') or ''),
1772+
"JIT and perf don't work together")
17711773
def test_initconfig_api(self):
17721774
preconfig = {
17731775
'configure_locale': True,

0 commit comments

Comments
 (0)