Skip to content
This repository was archived by the owner on Jul 11, 2023. It is now read-only.

Commit 9eeef97

Browse files
committed
Skip some remote tests
1 parent 7b0f5ce commit 9eeef97

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/test_stream.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -263,6 +263,7 @@ def test_stream_encoding_missmatch_handle_errors():
263263

264264
# Allow html
265265

266+
@pytest.mark.skip
266267
@pytest.mark.remote
267268
def test_stream_html_content():
268269
# Link to html file containing information about csv file
@@ -272,6 +273,7 @@ def test_stream_html_content():
272273
assert 'HTML' in str(excinfo.value)
273274

274275

276+
@pytest.mark.skip
275277
@pytest.mark.remote
276278
def test_stream_html_content_with_allow_html():
277279
# Link to html file containing information about csv file

0 commit comments

Comments
 (0)