This commit is contained in:
Ishaan Jaff 2024-11-21 21:28:23 -08:00
parent 2bdef9e3d6
commit 048c9ed854

View file

@ -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