mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-16 23:41:43 +00:00
Merge e7f9050efe into c2c2a623c0
This commit is contained in:
commit
98fbf2b704
1 changed files with 1 additions and 1 deletions
|
|
@ -1733,7 +1733,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(<TeamInfoView {...defaultProps} premiumUser={true} />);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue