mirror of
https://github.com/Kilo-Org/kilocode.git
synced 2026-08-30 17:14:40 +08:00
test(cli): annotate Windows skip call sites
This commit is contained in:
@@ -664,7 +664,7 @@ describe("workspace-old CRUD", () => {
|
||||
})
|
||||
})
|
||||
|
||||
winSkip("sessionWarp applies source workspace patch to local target workspace", async () => {
|
||||
winSkip("sessionWarp applies source workspace patch to local target workspace", async () => { // kilocode_change
|
||||
await withInstance(async (dir) => {
|
||||
const previousType = unique("warp-patch-prev-local")
|
||||
const targetType = unique("warp-patch-target-local")
|
||||
|
||||
@@ -107,7 +107,7 @@ afterEach(async () => {
|
||||
await resetDatabase()
|
||||
})
|
||||
|
||||
describeProvider("provider HttpApi", () => {
|
||||
describeProvider("provider HttpApi", () => { // kilocode_change
|
||||
it.live(
|
||||
"matches legacy OAuth authorize response shapes",
|
||||
withProviderProject((dir) =>
|
||||
|
||||
Reference in New Issue
Block a user