Skip to content

Commit 0c938e6

Browse files
committed
TST: skip the get_quote_stringlist in TestYahoo....failing from network issues too much
1 parent 8871f06 commit 0c938e6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pandas/io/tests/test_data.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,7 @@ def test_get_quote_string(self):
145145

146146
@network
147147
def test_get_quote_stringlist(self):
148+
raise nose.SkipTest('unreliable test')
148149
df = web.get_quote_yahoo(['GOOG', 'AAPL', 'GOOG'])
149150
assert_series_equal(df.ix[0], df.ix[2])
150151

0 commit comments

Comments
 (0)