Skip to content

Commit 9be12b9

Browse files
edburnsCopilot
andauthored
java: disable ModeHandlersTest pending snapshot re-recording (#1547) (#1548)
The exit_plan_mode snapshot was recorded against CLI 1.0.55-5 and no longer matches the request patterns CLI 1.0.57 sends to the replay proxy, causing a 500 Proxy error. See #1547 . Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent e1ecaab commit 9be12b9

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

java/src/test/java/com/github/copilot/ModeHandlersTest.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313

1414
import org.junit.jupiter.api.AfterAll;
1515
import org.junit.jupiter.api.BeforeAll;
16+
import org.junit.jupiter.api.Disabled;
1617
import org.junit.jupiter.api.Test;
1718

1819
import com.github.copilot.generated.ExitPlanModeAction;
@@ -67,6 +68,7 @@ private void configureAuthenticatedUser(String testName) throws Exception {
6768
}
6869

6970
@Test
71+
@Disabled("Snapshot needs re-recording for CLI 1.0.57: https://github.com/github/copilot-sdk/issues/1547")
7072
void shouldInvokeExitPlanModeHandlerWhenModelUsesTool() throws Exception {
7173
final String summary = "Greeting file implementation plan";
7274
configureAuthenticatedUser("should_invoke_exit_plan_mode_handler_when_model_uses_tool");

0 commit comments

Comments
 (0)