Skip to content

Commit

Permalink
skip 409 test
Browse files Browse the repository at this point in the history
  • Loading branch information
atimin committed Aug 20, 2024
1 parent 9ff4595 commit 109bfdb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/bucket_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -186,8 +186,8 @@ async def test__write_with_content_type(bucket_1):
assert record.content_type == "text/plain"


@pytest.mark.skip # This test is not working see https://github.com/reductstore/reductstore/issues/547
@pytest.mark.asyncio
@pytest.skip # This test is not working see https://github.com/reductstore/reductstore/issues/547
async def test_write_big_blob(bucket_1):
"""Should write big blob and stop upload if http status is not 200"""
await bucket_1.write("entry-1", b"1" * 1000000, timestamp=1)
Expand Down

0 comments on commit 109bfdb

Please sign in to comment.