-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathflaky-tests.json
More file actions
46 lines (46 loc) · 1.82 KB
/
Copy pathflaky-tests.json
File metadata and controls
46 lines (46 loc) · 1.82 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
{
"$schema": "./scripts/flaky-tests.schema.json",
"schemaVersion": 1,
"policy": {
"maxRetries": 2,
"quarantineAfterFailures": 3,
"createFixTaskAfterQuarantine": true,
"fixTaskLabel": "flaky-test"
},
"tests": [
{
"id": "web-space-goals",
"suite": "web",
"path": "packages/web/src/components/space/__tests__/SpaceGoals.test.tsx",
"namePattern": "SpaceGoals",
"reason": "Known intermittent DOM/update timing failure in Space goals component tests.",
"addedAt": "2026-05-28"
},
{
"id": "daemon-migration-42-timeout",
"suite": "daemon-unit",
"path": "packages/daemon/tests/unit/4-space-storage/storage/migrations/migration-42_test.ts",
"namePattern": "Migration 42",
"reason": "Known intermittent timeout in migration 42 zombie-cleanup tests.",
"addedAt": "2026-06-26"
},
{
"id": "daemon-model-service-shared-id",
"suite": "daemon-unit",
"path": "packages/daemon/tests/unit/1-core/core/model-service.test.ts",
"namePattern": "preserve both provider entries for shared model IDs",
"reason": "Known intermittent shared model ID provider cache/registry isolation failure.",
"addedAt": "2026-05-28"
},
{
"id": "daemon-goal-service-cadence-audit",
"suite": "daemon-unit",
"path": "packages/daemon/tests/unit/4-space-storage/space-goal-service.test.ts",
"namePattern": "records cadence changes in the audit diff even for paused goals",
"reason": "Known intermittent audit-event failure on paused-goal cadence updates: asserted eventType 'updated' but observed 'created'; passed on an identical-code rerun (PR #2722, CI run 32585478879).",
"addedAt": "2026-08-23",
"expiresAt": "2026-11-21",
"issueUrl": "https://github.com/lsm/HyperNeo/issues/2849"
}
]
}