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,