From dc64d63a2a63cb7d0efde380c7715ff133693014 Mon Sep 17 00:00:00 2001 From: Giles Odigwe Date: Fri, 24 Apr 2026 07:35:39 -0700 Subject: [PATCH] Re-enable reliable streaming integration tests Remove the hard skip on test_03_reliable_streaming tests that was temporarily disabled for instability investigation. CI infrastructure (Azurite, DTS emulator, Redis, func CLI) is already in place. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- .../tests/integration_tests/test_03_reliable_streaming.py | 1 - 1 file changed, 1 deletion(-) diff --git a/python/packages/azurefunctions/tests/integration_tests/test_03_reliable_streaming.py b/python/packages/azurefunctions/tests/integration_tests/test_03_reliable_streaming.py index 23c58a2a95..c99198b602 100644 --- a/python/packages/azurefunctions/tests/integration_tests/test_03_reliable_streaming.py +++ b/python/packages/azurefunctions/tests/integration_tests/test_03_reliable_streaming.py @@ -26,7 +26,6 @@ pytestmark = [ pytest.mark.integration, pytest.mark.sample("03_reliable_streaming"), pytest.mark.usefixtures("function_app_for_test"), - pytest.mark.skip(reason="Temp disabled to fix test instability - needs investigation into root cause"), ]