Skip to content

Commit 4aa8d28

Browse files
authored
Merge pull request #879 from bashtage/disable-econdb-test
MAINT: Disable invalid test
2 parents 86ec51f + a586c6a commit 4aa8d28

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)