Skip to content

Commit

Permalink
black
Browse files Browse the repository at this point in the history
  • Loading branch information
asg017 committed Jun 13, 2024
1 parent ee5c377 commit 653c46d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_csv.py
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +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
Expand Down

0 comments on commit 653c46d

Please sign in to comment.