mirror of
https://github.com/python/cpython.git
synced 2025-12-31 04:23:37 +00:00
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:
parent
acd5b97082
commit
cc705be468
1 changed files with 2 additions and 0 deletions
|
|
@ -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'
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue