Skip to content

java: disable ModeHandlersTest pending snapshot re-recording (#1547)#1548

Merged
edburns merged 1 commit into
mainfrom
edburns/upgrade_to_1_0_57_fix_test_failures
Jun 2, 2026
Merged

java: disable ModeHandlersTest pending snapshot re-recording (#1547)#1548
edburns merged 1 commit into
mainfrom
edburns/upgrade_to_1_0_57_fix_test_failures

Conversation

@edburns
Copy link
Copy Markdown
Collaborator

@edburns edburns commented Jun 2, 2026

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

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.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
@edburns edburns requested a review from a team as a code owner June 2, 2026 06:47
Copilot AI review requested due to automatic review settings June 2, 2026 06:47
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Disables a failing Java E2E test that depends on a replay-proxy snapshot recorded against an older Copilot CLI request shape, unblocking CI while the snapshot is re-recorded for CLI 1.0.57+ (see #1547).

Changes:

  • Mark ModeHandlersTest.shouldInvokeExitPlanModeHandlerWhenModelUsesTool as @Disabled with a link to the tracking issue.
  • Add the required JUnit Disabled import.
Show a summary per file
File Description
java/src/test/java/com/github/copilot/ModeHandlersTest.java Disables the single failing snapshot-based test pending snapshot re-recording for the updated CLI request patterns.

Copilot's findings

  • Files reviewed: 1/1 changed files
  • Comments generated: 0

@edburns edburns closed this Jun 2, 2026
@edburns edburns deleted the edburns/upgrade_to_1_0_57_fix_test_failures branch June 2, 2026 06:48
@edburns edburns restored the edburns/upgrade_to_1_0_57_fix_test_failures branch June 2, 2026 06:49
@edburns edburns reopened this Jun 2, 2026
@edburns edburns merged commit 9be12b9 into main Jun 2, 2026
36 checks passed
@edburns edburns deleted the edburns/upgrade_to_1_0_57_fix_test_failures branch June 2, 2026 06:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants