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

This commit is contained in:
Steve Dower 2025-12-11 00:34:49 +00:00 committed by GitHub
parent 880a7905ca
commit fa448451ab
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'