Skip to content

Commit

Permalink
xfail test_cross_engine_read_write_netcdf3 (pydata#2051)
Browse files Browse the repository at this point in the history
This should fix the test suite on Travis-CI again.
  • Loading branch information
shoyer authored Apr 11, 2018
1 parent 72b4e21 commit 9b76f21
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions xarray/tests/test_backends.py
Original file line number Diff line number Diff line change
Expand Up @@ -1578,6 +1578,7 @@ def test_engine(self):
with raises_regex(ValueError, 'can only read'):
open_dataset(BytesIO(netcdf_bytes), engine='foobar')

@pytest.mark.xfail(reason='https://github.com/pydata/xarray/issues/2050')
def test_cross_engine_read_write_netcdf3(self):
data = create_test_data()
valid_engines = set()
Expand Down

0 comments on commit 9b76f21

Please sign in to comment.