🌐 AI搜索 & 代理 主页
Skip to content

Commit fa44845

Browse files
authored
gh-140172: Skip JSON tools test during PGO training (GH-140809)
1 parent 880a790 commit fa44845

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Lib/test/test_json/test_tool.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313

1414

1515
@support.requires_subprocess()
16+
@support.skip_if_pgo_task
1617
class TestMain(unittest.TestCase):
1718
data = """
1819
@@ -319,6 +320,7 @@ def test_colors(self):
319320

320321

321322
@support.requires_subprocess()
323+
@support.skip_if_pgo_task
322324
class TestTool(TestMain):
323325
module = 'json.tool'
324326

0 commit comments

Comments
 (0)