Skip to content

Commit 6ce2258

Browse files
committed
remove test xfail
1 parent 0735a43 commit 6ce2258

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/zarr/testing/store.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -158,10 +158,6 @@ async def test_get(self, store: S, key: str, data: bytes, byte_range: ByteReques
158158
"""
159159
Ensure that data can be read from the store using the store.get method.
160160
"""
161-
if isinstance(store, ObjectStore) and not data:
162-
pytest.xfail(
163-
"Obstore does not allow loading invalid ranges - see https://github.com/apache/arrow-rs/pull/6751#issuecomment-2494702657"
164-
)
165161
data_buf = self.buffer_cls.from_bytes(data)
166162
await self.set(store, key, data_buf)
167163
observed = await store.get(key, prototype=default_buffer_prototype(), byte_range=byte_range)

0 commit comments

Comments
 (0)