|
14 | 14 |
|
15 | 15 | import org.junit.jupiter.api.AfterAll; |
16 | 16 | import org.junit.jupiter.api.BeforeAll; |
17 | | -import org.junit.jupiter.api.Disabled; |
18 | 17 | import org.junit.jupiter.api.Test; |
19 | 18 |
|
20 | 19 | import com.fasterxml.jackson.databind.JsonNode; |
@@ -60,7 +59,6 @@ static void teardown() throws Exception { |
60 | 59 | * |
61 | 60 | * @see Snapshot: pre_mcp_tool_call_hook/should_set_meta_via_premcptoolcall_hook |
62 | 61 | */ |
63 | | - @Disabled("Requires test harness update with preMcpToolCall snapshot - available after .lastmerge update") |
64 | 62 | @Test |
65 | 63 | void testShouldSetMetaViaPreMcpToolCallHook() throws Exception { |
66 | 64 | ctx.configureForTest("pre_mcp_tool_call_hook", "should_set_meta_via_premcptoolcall_hook"); |
@@ -109,7 +107,6 @@ void testShouldSetMetaViaPreMcpToolCallHook() throws Exception { |
109 | 107 | * @see Snapshot: |
110 | 108 | * pre_mcp_tool_call_hook/should_replace_meta_via_premcptoolcall_hook |
111 | 109 | */ |
112 | | - @Disabled("Requires test harness update with preMcpToolCall snapshot - available after .lastmerge update") |
113 | 110 | @Test |
114 | 111 | void testShouldReplaceMetaViaPreMcpToolCallHook() throws Exception { |
115 | 112 | ctx.configureForTest("pre_mcp_tool_call_hook", "should_replace_meta_via_premcptoolcall_hook"); |
@@ -147,7 +144,6 @@ void testShouldReplaceMetaViaPreMcpToolCallHook() throws Exception { |
147 | 144 | * @see Snapshot: |
148 | 145 | * pre_mcp_tool_call_hook/should_remove_meta_via_premcptoolcall_hook |
149 | 146 | */ |
150 | | - @Disabled("Requires test harness update with preMcpToolCall snapshot - available after .lastmerge update") |
151 | 147 | @Test |
152 | 148 | void testShouldRemoveMetaViaPreMcpToolCallHook() throws Exception { |
153 | 149 | ctx.configureForTest("pre_mcp_tool_call_hook", "should_remove_meta_via_premcptoolcall_hook"); |
|
0 commit comments