Skip to content

Commit dad992e

Browse files
Update src/core/prompts/__tests__/custom-system-prompt.spec.ts
Co-authored-by: roomote[bot] <219738659+roomote[bot]@users.noreply.github.com>
1 parent b5439c5 commit dad992e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/core/prompts/__tests__/custom-system-prompt.spec.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ describe("File-Based Custom System Prompt", () => {
8383
mockedFs.readFile.mockRejectedValue({ code: "ENOENT" })
8484
})
8585

86+
// Skipped on Windows due to timeout issues - see issue #XXX for investigation
8687
it.skipIf(process.platform === "win32")(
8788
"should use default generation when no file-based system prompt is found",
8889
async () => {

0 commit comments

Comments
 (0)