mirror of
https://github.com/python/cpython.git
synced 2025-12-08 06:10:17 +00:00
gh-134578: Mark more slow tests (GH-134579)
This commit is contained in:
parent
fc0c9c2412
commit
77eade39f9
5 changed files with 6 additions and 0 deletions
|
|
@ -86,6 +86,7 @@ def test_highly_nested_objects_decoding(self):
|
|||
|
||||
@support.skip_wasi_stack_overflow()
|
||||
@support.skip_emscripten_stack_overflow()
|
||||
@support.requires_resource('cpu')
|
||||
def test_highly_nested_objects_encoding(self):
|
||||
# See #12051
|
||||
l, d = [], {}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue