Skip to content

Commit 9d60ee2

Browse files
Copilotedburns
andauthored
Enable preMcpToolCall hook tests now that .lastmerge is updated
Co-authored-by: edburns <75821+edburns@users.noreply.github.com>
1 parent 604c034 commit 9d60ee2

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

src/test/java/com/github/copilot/sdk/PreMcpToolCallHookTest.java

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414

1515
import org.junit.jupiter.api.AfterAll;
1616
import org.junit.jupiter.api.BeforeAll;
17-
import org.junit.jupiter.api.Disabled;
1817
import org.junit.jupiter.api.Test;
1918

2019
import com.fasterxml.jackson.databind.JsonNode;
@@ -60,7 +59,6 @@ static void teardown() throws Exception {
6059
*
6160
* @see Snapshot: pre_mcp_tool_call_hook/should_set_meta_via_premcptoolcall_hook
6261
*/
63-
@Disabled("Requires test harness update with preMcpToolCall snapshot - available after .lastmerge update")
6462
@Test
6563
void testShouldSetMetaViaPreMcpToolCallHook() throws Exception {
6664
ctx.configureForTest("pre_mcp_tool_call_hook", "should_set_meta_via_premcptoolcall_hook");
@@ -109,7 +107,6 @@ void testShouldSetMetaViaPreMcpToolCallHook() throws Exception {
109107
* @see Snapshot:
110108
* pre_mcp_tool_call_hook/should_replace_meta_via_premcptoolcall_hook
111109
*/
112-
@Disabled("Requires test harness update with preMcpToolCall snapshot - available after .lastmerge update")
113110
@Test
114111
void testShouldReplaceMetaViaPreMcpToolCallHook() throws Exception {
115112
ctx.configureForTest("pre_mcp_tool_call_hook", "should_replace_meta_via_premcptoolcall_hook");
@@ -147,7 +144,6 @@ void testShouldReplaceMetaViaPreMcpToolCallHook() throws Exception {
147144
* @see Snapshot:
148145
* pre_mcp_tool_call_hook/should_remove_meta_via_premcptoolcall_hook
149146
*/
150-
@Disabled("Requires test harness update with preMcpToolCall snapshot - available after .lastmerge update")
151147
@Test
152148
void testShouldRemoveMetaViaPreMcpToolCallHook() throws Exception {
153149
ctx.configureForTest("pre_mcp_tool_call_hook", "should_remove_meta_via_premcptoolcall_hook");

0 commit comments

Comments
 (0)