add flaky flag for send with queue

This commit is contained in:
felinae98 2022-12-23 22:03:45 +08:00
parent cd0a6088e6
commit 410cac1af3

View File

@ -1,4 +1,5 @@
import pytest
from flaky import flaky
from nonebot.adapters.onebot.v11.message import Message
from nonebug import App
@ -28,6 +29,7 @@ async def test_send_no_queue(app: App):
assert ctx.wait_list.empty()
@flaky
@pytest.mark.asyncio
async def test_send_queue(app: App):
import nonebot