From b1dec69652b4708d490e6d9bd1f2da7ae41831a6 Mon Sep 17 00:00:00 2001 From: mykola Date: Fri, 9 May 2025 09:12:53 +0200 Subject: [PATCH] Disable rmq --- tests/test_rabbit.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/test_rabbit.py b/tests/test_rabbit.py index f9921ea..7a379ef 100644 --- a/tests/test_rabbit.py +++ b/tests/test_rabbit.py @@ -10,6 +10,7 @@ @pytest.mark.anyio +@pytest.mark.skip async def test_message_publishing( fastapi_app: FastAPI, client: AsyncClient, @@ -40,6 +41,7 @@ async def test_message_publishing( @pytest.mark.anyio +@pytest.mark.skip async def test_message_wrong_exchange( fastapi_app: FastAPI, client: AsyncClient,