From 20346e8abb3b912ce057977fdb4bc6c8c9966645 Mon Sep 17 00:00:00 2001 From: Francis CLAIRICIA-ROSE-CLAIRE-JOSEPHINE Date: Thu, 7 Dec 2023 21:45:08 +0100 Subject: [PATCH] [FIX] Missing xfail decorator for uvloop test --- .../test_communication/test_async/test_client/test_udp.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/functional_test/test_communication/test_async/test_client/test_udp.py b/tests/functional_test/test_communication/test_async/test_client/test_udp.py index 6a800bba..d9555bf5 100644 --- a/tests/functional_test/test_communication/test_async/test_client/test_udp.py +++ b/tests/functional_test/test_communication/test_async/test_client/test_udp.py @@ -185,6 +185,7 @@ async def test____recv_packet____invalid_data( await client.recv_packet() @pytest.mark.parametrize("one_shot_serializer", [pytest.param("invalid", id="serializer_crash")], indirect=True) + @use_asyncio_transport_xfail_uvloop async def test____recv_packet____protocol_crashed( self, client: AsyncUDPNetworkClient[str, str],