Skip to content

Commit a586c6a

Browse files
committed
MAINT: Disable invalid test
1 parent 86ec51f commit a586c6a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pandas_datareader/tests/test_econdb.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ def test_infer_start_end_from_symbols(self):
2323
assert df.index[0].year == 2010
2424
assert df.index[-1].year == 2018
2525

26+
@pytest.mark.xfail(reason="Dataset does not exist on Econdb")
2627
def test_get_cdh_e_fos(self):
2728
# EUROSTAT
2829
# Employed doctorate holders in non managerial and non professional

0 commit comments

Comments
 (0)