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"), ]