From 410cac1af397789c144366b8ca6a7dbd7dde1fbe Mon Sep 17 00:00:00 2001 From: felinae98 <731499577@qq.com> Date: Fri, 23 Dec 2022 22:03:45 +0800 Subject: [PATCH] :white_check_mark: add flaky flag for send with queue --- tests/test_send.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/test_send.py b/tests/test_send.py index efa84c8..10ff165 100644 --- a/tests/test_send.py +++ b/tests/test_send.py @@ -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