test(cli): annotate Windows skip call sites

This commit is contained in:
kirillk
2026-05-25 11:30:54 -04:00
parent 4c90e6f03b
commit 936bb25f2a
2 changed files with 2 additions and 2 deletions
@@ -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) =>