]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
gh-140172: Skip JSON tools test during PGO training (GH-140809)
authorSteve Dower <steve.dower@python.org>
Thu, 11 Dec 2025 00:34:49 +0000 (00:34 +0000)
committerGitHub <noreply@github.com>
Thu, 11 Dec 2025 00:34:49 +0000 (00:34 +0000)
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'