mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
parent
8f86d2af6a
commit
45c27603d2
2 changed files with 2 additions and 1 deletions
|
|
@ -189,7 +189,7 @@ async def test_csv_with_non_ascii_characters(ds_client):
|
|||
assert response.text == "text,number\r\n𝐜𝐢𝐭𝐢𝐞𝐬,1\r\nbob,2\r\n"
|
||||
|
||||
|
||||
@pytest.mark.skip(reason="flakey")
|
||||
@pytest.mark.xfail(reason="Flaky, see https://github.com/simonw/datasette/issues/2355")
|
||||
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue