Skip to content

Commit 1880e6e

Browse files
authored
Update src/core/prompts/__tests__/custom-system-prompt.spec.ts
1 parent dad992e commit 1880e6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +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
86+
// Skipped on Windows due to timeout/flake issues
8787
it.skipIf(process.platform === "win32")(
8888
"should use default generation when no file-based system prompt is found",
8989
async () => {

0 commit comments

Comments
 (0)