Skip to content

Commit 94e2468

Browse files
committed
remove xfail for zipstore in test_open_with_mode_r_plus
1 parent c0f777d commit 94e2468

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ def test_open_with_mode_r(store: Store) -> None:
246246

247247
@pytest.mark.parametrize(
248248
"store",
249-
["local", "memory", "remote", pytest.param("zip", marks=pytest.mark.xfail)],
249+
["local", "memory", "remote", "zip"],
250250
indirect=True,
251251
)
252252
def test_open_with_mode_r_plus(store: Store) -> None:

0 commit comments

Comments
 (0)