diff --git a/config/quality/eslint-suppressions.json b/config/quality/eslint-suppressions.json index 2571ec8f3d..e1d14126ee 100644 --- a/config/quality/eslint-suppressions.json +++ b/config/quality/eslint-suppressions.json @@ -1059,7 +1059,7 @@ }, "tests/unit/combo-strategy-fallbacks.test.ts": { "@typescript-eslint/no-explicit-any": { - "count": 35 + "count": 33 } }, "tests/unit/combo-stream-readiness-fallback.test.ts": { diff --git a/stryker.conf.json b/stryker.conf.json index d443617d97..f7e4f5de32 100644 --- a/stryker.conf.json +++ b/stryker.conf.json @@ -223,6 +223,8 @@ "tests/unit/route-guard-provider-login-local-only.test.ts", "tests/unit/router-strategies.test.ts", "tests/unit/serial/combo-health-autopilot.test.ts", + "tests/unit/serial/combo-quota-share-cooldown-wait-timing.test.ts", + "tests/unit/serial/combo-strategy-fallbacks-half-open-timing.test.ts", "tests/unit/serial/provider-health-autopilot.test.ts", "tests/unit/service-combo-metrics.test.ts", "tests/unit/services-branch-hardening.test.ts",