Skip to content

Commit 2f80cef

Browse files
committed
Revert "Add xfail for pydata#1586"
This reverts commit f99313c.
1 parent 9f51711 commit 2f80cef

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

xarray/tests/test_combine.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55

66
import numpy as np
77
import pandas as pd
8-
import pytest
98

109
from xarray import Dataset, DataArray, auto_combine, concat, Variable
1110
from xarray.core.pycompat import iteritems, OrderedDict
@@ -269,7 +268,6 @@ def test_concat(self):
269268
with self.assertRaisesRegexp(ValueError, 'not a valid argument'):
270269
concat([foo, bar], dim='w', data_vars='minimal')
271270

272-
@pytest.mark.xfail(reason='https://github.com/pydata/xarray/issues/1586')
273271
def test_concat_encoding(self):
274272
# Regression test for GH1297
275273
ds = Dataset({'foo': (['x', 'y'], np.random.random((2, 3))),

0 commit comments

Comments
 (0)