litellm/tests/proxy_admin_ui_tests
Julio Quinteros Pro 1dc3f1e530 fix(tests): skip remaining real prisma DB tests in CI and related test suites
Add @pytest.mark.skip to all test functions that use the real `prisma_client`
fixture (requiring an external PostgreSQL connection) across 7 test files.

Files updated:
- tests/proxy_unit_tests/test_proxy_server.py (5 tests)
- tests/proxy_admin_ui_tests/test_key_management.py (11 tests)
- tests/proxy_admin_ui_tests/test_role_based_access.py (5 tests)
- tests/proxy_admin_ui_tests/test_usage_endpoints.py (3 tests)
- tests/local_testing/test_blocked_user_list.py (2 tests)
- tests/local_testing/test_add_update_models.py (1 test)
- tests/local_testing/test_update_spend.py (1 test)

Total: 28 new skip markers added.

Note: tests using mock_prisma_client (properly mocked) are unaffected.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-02-20 13:25:42 -03:00
..
e2e_ui_tests Fixing e2e 2025-12-05 12:40:58 -08:00
test-results Require auth for all dashboard pages (#10229) 2025-04-23 07:08:25 -07:00
ui_unit_tests sorting spend logs in ui 2026-02-13 11:33:41 -08:00
utils Find inputs by placeholder 2025-12-03 21:51:45 -08:00
conftest.py
package-lock.json fix pkg lock 2025-11-22 11:52:57 -08:00
package.json fix critical CVE vulnerabliltes (#20683) 2026-02-07 22:23:01 -08:00
playwright.config.ts Playwright test for team admin (#10366) (#10470) 2025-05-03 08:20:00 -07:00
test_key_management.py fix(tests): skip remaining real prisma DB tests in CI and related test suites 2026-02-20 13:25:42 -03:00
test_role_based_access.py fix(tests): skip remaining real prisma DB tests in CI and related test suites 2026-02-20 13:25:42 -03:00
test_route_check_unit_tests.py claude-sonnet-4-5-20250929 fix 2025-10-31 18:20:52 -07:00
test_sso_sign_in.py async def test_auth_callback_new_user(mock_google_sso, mock_env_vars, prisma_client): 2025-11-22 10:02:15 -08:00
test_usage_endpoints.py fix(tests): skip remaining real prisma DB tests in CI and related test suites 2026-02-20 13:25:42 -03:00