Skip to content

Commit 02877e7

Browse files
Actually skip
1 parent d5be7bb commit 02877e7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

nodejs/test/e2e/skills.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ IMPORTANT: You MUST include the exact text "${SKILL_MARKER}" somewhere in EVERY
8989
// Also, if this test runs FIRST and then the "should load and apply skill from skillDirectories" test runs second
9090
// within the same run (i.e., sharing the same Client instance), then the second test fails too. There's definitely
9191
// some state being shared or cached incorrectly.
92-
it("should apply skill on session resume with skillDirectories", async () => {
92+
it.skip("should apply skill on session resume with skillDirectories", async () => {
9393
const skillsDir = createSkillDir();
9494

9595
// Create a session without skills first

0 commit comments

Comments
 (0)