From a83e972330865bb91bf9fbe11101c56e2fb82fb9 Mon Sep 17 00:00:00 2001 From: Carter Tinney Date: Fri, 23 Jan 2026 17:59:29 -0800 Subject: [PATCH 1/2] re-enabled connect disconnect tests --- tests/e2e/iothub_e2e/aio/test_connect_disconnect_stress.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/e2e/iothub_e2e/aio/test_connect_disconnect_stress.py b/tests/e2e/iothub_e2e/aio/test_connect_disconnect_stress.py index ccd756e4d..0e4e1d2fd 100644 --- a/tests/e2e/iothub_e2e/aio/test_connect_disconnect_stress.py +++ b/tests/e2e/iothub_e2e/aio/test_connect_disconnect_stress.py @@ -13,7 +13,6 @@ @pytest.mark.stress @pytest.mark.describe("Client object connect/disconnect stress") -@pytest.mark.skip(reason="Disabling as tests are failing. Needs investigation.") class TestConnectDisconnectStress(object): @pytest.mark.parametrize("iteration_count", [10, 50]) @pytest.mark.it("Can do many non-overlapped connects and disconnects") From a442f3074f0858862e13930834cc42a2ff64fe5c Mon Sep 17 00:00:00 2001 From: Carter Tinney Date: Fri, 23 Jan 2026 18:00:30 -0800 Subject: [PATCH 2/2] re-enabled send message stress tests --- 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): """