Skip to content

Commit 053aed1

Browse files
shoyerJoe Hamman
authored andcommitted
Reenable cross engine read write netCDF test (#2739)
Fixes #2050 I'm not quite sure what was going on, but it passes now.
1 parent 2ef3f0b commit 053aed1

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
@@ -1732,7 +1732,6 @@ def test_engine(self):
17321732
with raises_regex(ValueError, 'can only read'):
17331733
open_dataset(BytesIO(netcdf_bytes), engine='foobar')
17341734

1735-
@pytest.mark.xfail(reason='https://github.com/pydata/xarray/issues/2050')
17361735
def test_cross_engine_read_write_netcdf3(self):
17371736
data = create_test_data()
17381737
valid_engines = set()

0 commit comments

Comments
 (0)