From e7f9050efef3f7768ac9014acd3e60bab4eed886 Mon Sep 17 00:00:00 2001 From: Cursor Agent Date: Tue, 18 Aug 2026 06:15:25 +0000 Subject: [PATCH] test(ui): skip flaky TeamInfo pass-through routes save test Test consistently exceeds the 30s CI timeout on litellm_internal_staging (~12s locally in isolation, higher under 14-way fork parallelism), so it has broken UI Unit Tests on 5+ recent commits with no other failures. Co-authored-by: Krrish Dholakia --- ui/litellm-dashboard/src/components/team/TeamInfo.test.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/litellm-dashboard/src/components/team/TeamInfo.test.tsx b/ui/litellm-dashboard/src/components/team/TeamInfo.test.tsx index 1d6c46dc0c9..def21a54a2a 100644 --- a/ui/litellm-dashboard/src/components/team/TeamInfo.test.tsx +++ b/ui/litellm-dashboard/src/components/team/TeamInfo.test.tsx @@ -1527,7 +1527,7 @@ describe("TeamInfoView", () => { }); }); - it("should show a route picked from the dropdown in the field and save it", async () => { + it.skip("should show a route picked from the dropdown in the field and save it", async () => { const user = userEvent.setup({ delay: null }); renderWithProviders();