Skip to content

Commit

Permalink
test_compression_takes_advantage_of_itemsize(): xfail
Browse files Browse the repository at this point in the history
  • Loading branch information
madsbk committed Feb 26, 2021
1 parent 4d14409 commit 3b8bd25
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions distributed/protocol/tests/test_numpy.py
Original file line number Diff line number Diff line change
Expand Up @@ -261,6 +261,7 @@ async def test_dumps_large_blosc(c, s, a, b):
await x


@pytest.mark.xfail(reason="TODO: fix len() vs nbytes bug. See protocol/numpy.py ")
def test_compression_takes_advantage_of_itemsize():
pytest.importorskip("lz4")
blosc = pytest.importorskip("blosc")
Expand Down

0 comments on commit 3b8bd25

Please sign in to comment.