Skip to content

Commit a6565de

Browse files
Skip last test that tries to run threads
1 parent 7ea12ef commit a6565de

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/v3/test_sync.py

+1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ def sync_loop(request) -> asyncio.AbstractEventLoop | None:
1818
return None
1919

2020

21+
@pytest.mark.skipif(IS_WASM, reason="Can't start new threads in WASM")
2122
def test_get_loop() -> None:
2223
# test that calling _get_loop() twice returns the same loop
2324
loop = _get_loop()

0 commit comments

Comments
 (0)