Skip to content

Commit 9d20036

Browse files
Skip another test that requires fcntl
1 parent 135431e commit 9d20036

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

zarr/tests/test_sync.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ def init_attributes(self, store, read_only=False, cache=True, zarr_version=zarr_
3131
store, synchronizer=synchronizer, key=key, read_only=read_only, cache=cache
3232
)
3333

34-
34+
@pytest.mark.skipif(is_wasm(), reason="No fcntl support in WASM/Pyodide")
3535
class TestAttributesProcessSynchronizer(TestAttributes):
3636
def init_attributes(self, store, read_only=False, cache=True, zarr_version=zarr_version):
3737
key = ".zattrs" if zarr_version == 2 else meta_root + "attrs"

0 commit comments

Comments
 (0)