gh-140172: Skip JSON tools test during PGO training (GH-140809)

(cherry picked from commit fa448451ab)

Co-authored-by: Steve Dower <steve.dower@python.org>
This commit is contained in:
Miss Islington (bot) 2025-12-11 02:01:59 +01:00 committed by GitHub
parent acd5b97082
commit cc705be468
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -13,6 +13,7 @@
@support.requires_subprocess()
@support.skip_if_pgo_task
class TestMain(unittest.TestCase):
data = """
@ -319,6 +320,7 @@ def test_colors(self):
@support.requires_subprocess()
@support.skip_if_pgo_task
class TestTool(TestMain):
module = 'json.tool'