We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d5be7bb commit 02877e7Copy full SHA for 02877e7
1 file changed
nodejs/test/e2e/skills.test.ts
@@ -89,7 +89,7 @@ IMPORTANT: You MUST include the exact text "${SKILL_MARKER}" somewhere in EVERY
89
// Also, if this test runs FIRST and then the "should load and apply skill from skillDirectories" test runs second
90
// within the same run (i.e., sharing the same Client instance), then the second test fails too. There's definitely
91
// some state being shared or cached incorrectly.
92
- it("should apply skill on session resume with skillDirectories", async () => {
+ it.skip("should apply skill on session resume with skillDirectories", async () => {
93
const skillsDir = createSkillDir();
94
95
// Create a session without skills first
0 commit comments