]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
gh-140172: Skip JSON tools test during PGO training (GH-140809)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 11 Dec 2025 01:01:59 +0000 (02:01 +0100)
committerGitHub <noreply@github.com>
Thu, 11 Dec 2025 01:01:59 +0000 (01:01 +0000)
(cherry picked from commit fa448451abfabe7dbc969ef6468bedc4a8b8ecaf)

Co-authored-by: Steve Dower <steve.dower@python.org>
Lib/test/test_json/test_tool.py

index 30f9bb3331605cc99dbc992fa18211ccf98723b0..7b5d217a21558c6b501a0941ad518843b60e3e46 100644 (file)
@@ -13,6 +13,7 @@ from _colorize import get_theme
 
 
 @support.requires_subprocess()
+@support.skip_if_pgo_task
 class TestMain(unittest.TestCase):
     data = """
 
@@ -319,6 +320,7 @@ class TestMain(unittest.TestCase):
 
 
 @support.requires_subprocess()
+@support.skip_if_pgo_task
 class TestTool(TestMain):
     module = 'json.tool'