diff --git a/tests/local_testing/test_pass_through_endpoints.py b/tests/local_testing/test_pass_through_endpoints.py index b069dc0ef..f72ab15aa 100644 --- a/tests/local_testing/test_pass_through_endpoints.py +++ b/tests/local_testing/test_pass_through_endpoints.py @@ -216,6 +216,7 @@ async def test_pass_through_endpoint_rpm_limit( "auth, rpm_limit, expected_error_code", [(True, 0, 429), (True, 1, 207), (False, 0, 207)], ) +@pytest.mark.skip(reason="skipping langfuse test for stable branch") @pytest.mark.asyncio async def test_aaapass_through_endpoint_pass_through_keys_langfuse( auth, expected_error_code, rpm_limit