From 046c52895ef582e18ea53373db9b7c4baccb5318 Mon Sep 17 00:00:00 2001 From: Carter Tinney Date: Mon, 11 May 2026 17:09:21 -0700 Subject: [PATCH] send message stress --- tests/e2e/iothub_e2e/aio/test_send_message_stress.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/e2e/iothub_e2e/aio/test_send_message_stress.py b/tests/e2e/iothub_e2e/aio/test_send_message_stress.py index b8e58d4f3..64beb7025 100644 --- a/tests/e2e/iothub_e2e/aio/test_send_message_stress.py +++ b/tests/e2e/iothub_e2e/aio/test_send_message_stress.py @@ -39,7 +39,6 @@ @pytest.mark.stress @pytest.mark.describe("Client Stress") -@pytest.mark.skip(reason="Disabling as tests are failing. Needs investigation.") class TestSendMessageStress(object): async def send_and_verify_single_telemetry_message(self, client, service_helper): """