Skip to content

Commit 27cf53f

Browse files
author
Joe Hamman
authored
remove xfail from test_cross_engine_read_write_netcdf4 (pydata#2741)
1 parent 053aed1 commit 27cf53f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

xarray/tests/test_backends.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1800,7 +1800,6 @@ def test_complex(self):
18001800
with self.roundtrip(expected) as actual:
18011801
assert_equal(expected, actual)
18021802

1803-
@pytest.mark.xfail(reason='https://github.com/pydata/xarray/issues/535')
18041803
def test_cross_engine_read_write_netcdf4(self):
18051804
# Drop dim3, because its labels include strings. These appear to be
18061805
# not properly read with python-netCDF4, which converts them into

0 commit comments

Comments
 (0)