forked from BasedHardware/omi
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathswift-test-skips.json
More file actions
25 lines (25 loc) · 1.29 KB
/
Copy pathswift-test-skips.json
File metadata and controls
25 lines (25 loc) · 1.29 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
{
"max_skip_count": 3,
"allowed_tests": [
"ChatDiscoverabilityTests/testAgentControlCapabilitiesMatchCanonicalManifest",
"ChatDiscoverabilityTests/testDesktopCapabilitiesExistInAgentToolDeclarations",
"APIClientRoutingTests/testDeleteConversationRoutesToPython"
],
"skips": [
{
"test": "ChatDiscoverabilityTests/testAgentControlCapabilitiesMatchCanonicalManifest",
"issue": "https://github.com/BasedHardware/omi/issues/9030",
"reason": "Swift DesktopCapabilityRegistry, agent control-tool-manifest.ts, and the desktop chat prompt have drifted; reconciling the canonical tool set is a product decision."
},
{
"test": "ChatDiscoverabilityTests/testDesktopCapabilitiesExistInAgentToolDeclarations",
"issue": "https://github.com/BasedHardware/omi/issues/9030",
"reason": "Swift DesktopCapabilityRegistry, agent control-tool-manifest.ts, and the desktop chat prompt have drifted; reconciling the canonical tool set is a product decision."
},
{
"test": "APIClientRoutingTests/testDeleteConversationRoutesToPython",
"issue": "https://github.com/BasedHardware/omi/issues/9031",
"reason": "The client omits ?cascade=true; cascade is backend-gated behind owner sign-off, so flipping it is a data-deletion behavior change."
}
]
}