Skip to content

Commit d462973

Browse files
committed
skip test on macOS too
1 parent 8aa366e commit d462973

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

virtualizarr/tests/test_parsers/test_dmrpp.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
import platform
21
import textwrap
32
from contextlib import nullcontext
43
from xml.etree import ElementTree as ET
@@ -436,7 +435,6 @@ def test_NASA_dmrpp_load(data_url, dmrpp_url):
436435

437436

438437
@pytest.mark.xfail(
439-
platform.system() == "Linux",
440438
reason="See https://github.com/zarr-developers/VirtualiZarr/issues/904.",
441439
)
442440
@pytest.mark.parametrize(

0 commit comments

Comments
 (0)