mirror of
https://github.com/Wei-Shaw/sub2api.git
synced 2026-03-30 12:14:50 +00:00
skipIfExternalServiceUnavailable 检查了 "timeout" 但 Go 的 context.DeadlineExceeded 错误信息是 "context deadline exceeded", 不包含 "timeout" 子串,导致外部服务不可达时测试直接失败而非跳过。