Skip to content

Commit

Permalink
Skip last test that tries to run threads
Browse files Browse the repository at this point in the history
  • Loading branch information
agriyakhetarpal committed May 27, 2024
1 parent 7ea12ef commit a6565de
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/v3/test_sync.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ def sync_loop(request) -> asyncio.AbstractEventLoop | None:
return None


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

0 comments on commit a6565de

Please sign in to comment.