mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-13 23:11:40 +00:00
chore(ui): document skipped tests in BLOCKERS (batch B)
Co-authored-by: yuneng-jiang <yuneng-berri@users.noreply.github.com>
This commit is contained in:
parent
10f6cad106
commit
72efa439dd
1 changed files with 6 additions and 0 deletions
|
|
@ -3,6 +3,12 @@
|
|||
One-line entries per blocker. Format:
|
||||
`<path>: <reason>`
|
||||
|
||||
## Skipped tests (batch B repair)
|
||||
|
||||
- `src/components/mcp_tools/MCPPermissionManagement.test.tsx: should reflect allow_all_keys when editing an existing server`: antd `Form.Item` injects an `onChange` callback, but shadcn/Radix `Switch` uses `onCheckedChange`; toggling inside the antd Form no longer updates form state. Requires rewiring the source form binding.
|
||||
- `src/components/playground/chat_ui/EndpointSelector.test.tsx: should filter and show audio endpoints when user inputs 'audio'`: shadcn/Radix `Select` does not expose a typeahead filter input; the old antd-Select filter behavior cannot be replicated against the migrated component.
|
||||
- `src/components/playground/compareUI/components/UnifiedSelector.test.tsx: should filter options by search input`: same — shadcn `Select` has no typeahead filter, and the migrated `UnifiedSelector` no longer renders the antd search input.
|
||||
|
||||
## Deferred until owning call sites migrate
|
||||
|
||||
- `src/components/common_components/check_openapi_schema.tsx`: tightly coupled to antd `Form.Item` API (uses `rules`, `validator`, `help`, `initialValue` props that have no direct RHF analog in one file). Only caller is `organisms/create_key_button.tsx` which still uses antd Form. Defer migration until create_key_button migrates.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue