Skip to content

Commit 7ea12ef

Browse files
xfail test because Emscripten FS
1 parent 9985abb commit 7ea12ef

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/v2/test_storage.py

+1
Original file line numberDiff line numberDiff line change
@@ -939,6 +939,7 @@ def create_store(self, normalize_keys=False, dimension_separator=".", **kwargs):
939939
)
940940
return store
941941

942+
@pytest.mark.xfail(reason="Emscripten filesystem handles umasks differently")
942943
def test_filesystem_path(self):
943944
# test behaviour with path that does not exist
944945
path = "data/store"

0 commit comments

Comments
 (0)