proxy: skip very slow tests in -short test mode (#446)

* proxy: skip very slow tests in -short test mode
* CLAUDE.md: update testing instructions
This commit is contained in:
Benson Wong
2025-12-31 14:08:56 -08:00
committed by GitHub
parent addb98646f
commit 3dc36032fb
4 changed files with 16 additions and 2 deletions
+4
View File
@@ -520,6 +520,10 @@ func TestProxyManager_ListModelsHandler_IncludeAliasesInList(t *testing.T) {
}
func TestProxyManager_Shutdown(t *testing.T) {
if testing.Short() {
t.Skip("skipping slow test")
}
// make broken model configurations
model1Config := getTestSimpleResponderConfigPort("model1", 9991)
model1Config.Proxy = "http://localhost:10001/"