Skip to content

Commit 18a0c4d

Browse files
committed
mark tests that take 150s each
1 parent 8c18258 commit 18a0c4d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pandas/tests/io/test_html.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -262,6 +262,7 @@ def test_bad_url_protocol(self):
262262
self.read_html('git://github.com', match='.*Water.*')
263263

264264
@network
265+
@pytest.mark.slow
265266
def test_invalid_url(self):
266267
try:
267268
with pytest.raises(URLError):

0 commit comments

Comments
 (0)