Skip to content

Commit

Permalink
Skip yet another test that requires threads
Browse files Browse the repository at this point in the history
  • Loading branch information
agriyakhetarpal committed May 27, 2024
1 parent dc71b65 commit 89f8231
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/v3/test_codecs.py
Original file line number Diff line number Diff line change
Expand Up @@ -411,6 +411,7 @@ async def test_transpose(
assert await (store / "transpose/0.0").get() == await (store / "transpose_zarr/0.0").get()


@pytest.mark.skipif(IS_WASM, reason="Can't start new threads in WASM")
def test_transpose_invalid(
store: Store,
):
Expand Down

0 comments on commit 89f8231

Please sign in to comment.