Skip to content

Commit

Permalink
xfail test because Emscripten FS
Browse files Browse the repository at this point in the history
  • Loading branch information
agriyakhetarpal committed May 27, 2024
1 parent 9985abb commit 7ea12ef
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/v2/test_storage.py
Original file line number Diff line number Diff line change
Expand Up @@ -939,6 +939,7 @@ def create_store(self, normalize_keys=False, dimension_separator=".", **kwargs):
)
return store

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

0 comments on commit 7ea12ef

Please sign in to comment.