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
@@ -49,6 +49,10 @@ func TestProcessGroup_HasMember(t *testing.T) {
// TestProcessGroup_ProxyRequestSwapIsTrueParallel tests that when swap is true
// and multiple requests are made in parallel, only one process is running at a time.
func TestProcessGroup_ProxyRequestSwapIsTrueParallel(t *testing.T) {
if testing.Short() {
t.Skip("skipping slow test")
}
var processGroupTestConfig = config.AddDefaultGroupToConfig(config.Config{
HealthCheckTimeout: 15,
Models: map[string]config.ModelConfig{