test(windows): skip POSIX-only assertions

This commit is contained in:
imccyu
2026-07-17 15:44:19 +08:00
parent b5fa2cb2b8
commit 228f6e3867
4 changed files with 6 additions and 5 deletions

View File

@@ -2403,7 +2403,7 @@ describe('dynamic nested workspace context injection', () => {
}
})
it('skips unreadable nested instruction files without attaching empty context', async () => {
it.skipIf(process.platform === 'win32')('skips unreadable nested instruction files without attaching empty context', async () => {
const root = await tempRepo()
const home = await tempRepo()
try {