mirror of
https://github.com/python/cpython.git
synced 2026-01-04 22:42:14 +00:00
gh-140172: Skip JSON tools test during PGO training (GH-140809)
This commit is contained in:
parent
880a7905ca
commit
fa448451ab
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