This commit is contained in:
Oleg Maslov
2026-09-02 10:14:22 +02:00
parent 0c3e2ead3b
commit b20b138fe4
771 changed files with 161561 additions and 9027 deletions

View File

@@ -9,7 +9,7 @@
* ONLY these — locally (or a future Docker-provisioned CI lane) after
* `docker-compose up -d postgres redis` + a schema migration.
*
* Canonical list captured from a no-Docker full run on 2026-06-01 (19 files).
* Canonical list captured from a no-Docker full run on 2026-06-01 (20 files).
* When adding a new infra-dependent suite, add its path here.
*/
export const INFRA_TEST_SUITES = [
@@ -24,6 +24,7 @@ export const INFRA_TEST_SUITES = [
'packages/server/tests/db/schema.test.ts',
'packages/server/tests/routes/agents.test.ts',
'packages/server/tests/routes/analytics.test.ts',
'packages/server/tests/routes/capability-governance.test.ts',
'packages/server/tests/routes/knowledge.test.ts',
'packages/server/tests/routes/messages.test.ts',
'packages/server/tests/routes/resources.test.ts',