Skip to content

Commit b0b9d56

Browse files
committed
Restore pickle xfail
1 parent 1fa0125 commit b0b9d56

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/test_store/test_object.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ def test_store_supports_partial_writes(self, store: ObjectStore) -> None:
5050
def test_store_supports_listing(self, store: ObjectStore) -> None:
5151
assert store.supports_listing
5252

53+
@pytest.mark.xfail(reason="Not Implemented")
5354
def test_serializable_store(self, store: ObjectStore) -> None:
5455
foo = pickle.dumps(store)
5556
assert pickle.loads(foo) == store

0 commit comments

Comments
 (0)