Skip to content

Commit 8f1a318

Browse files
committed
TST: skip some unreliable io/data.py tests
1 parent 3d2f115 commit 8f1a318

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pandas/io/tests/test_data.py

+2
Original file line numberDiff line numberDiff line change
@@ -491,6 +491,7 @@ def test_read_fred(self):
491491

492492
@network
493493
def test_read_famafrench(self):
494+
raise nose.SkipTest('buggy as of 2/14/16; maybe a data revision?')
494495
for name in ("F-F_Research_Data_Factors",
495496
"F-F_Research_Data_Factors_weekly", "6_Portfolios_2x3",
496497
"F-F_ST_Reversal_Factor", "F-F_Momentum_Factor"):
@@ -502,6 +503,7 @@ def test_read_famafrench(self):
502503
class TestFred(tm.TestCase):
503504
@network
504505
def test_fred(self):
506+
raise nose.SkipTest('buggy as of 2/14/16; maybe a data revision?')
505507

506508
# Throws an exception when DataReader can't get a 200 response from
507509
# FRED.

0 commit comments

Comments
 (0)