Skip to content

Commit

Permalink
skip flakey csv test
Browse files Browse the repository at this point in the history
  • Loading branch information
asg017 committed Jun 13, 2024
1 parent 444d0a3 commit ee5c377
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_csv.py
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ async def test_csv_with_non_ascii_characters(ds_client):
assert response.headers["content-type"] == "text/plain; charset=utf-8"
assert response.text == "text,number\r\n𝐜𝐢𝐭𝐢𝐞𝐬,1\r\nbob,2\r\n"


@pytest.mark.skip(reason="flakey")
def test_max_csv_mb(app_client_csv_max_mb_one):
# This query deliberately generates a really long string
# should be 100*100*100*2 = roughly 2MB
Expand Down

0 comments on commit ee5c377

Please sign in to comment.