Skip to content

Commit b7bdcad

Browse files
committed
Remove disabled annotation and comments from freeform user input response test due to upstream snapshot format mismatch
1 parent 5edcf7e commit b7bdcad

1 file changed

Lines changed: 0 additions & 17 deletions

File tree

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

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -117,24 +117,7 @@ void testUserInputRequestWithChoices() throws Exception {
117117

118118
/**
119119
* Test for freeform user input response.
120-
*
121-
* NOTE: This test is currently disabled because the upstream snapshot
122-
* (should_handle_freeform_user_input_response.yaml) uses a tool result format
123-
* that doesn't match the current CLI v0.0.400 output. The snapshot expects
124-
* "User response (freeform): ..." but the CLI produces "User responded: ...".
125-
* This is also failing in the upstream Node.js SDK tests.
126-
*
127-
* See issue 314 in the main repository for tracking:
128-
* https://github.com/github/copilot-sdk/issues/315
129-
*
130-
* TODO: fix the snapshot or update the test once the upstream issue is
131-
* resolved.
132-
*
133-
* @TODO 315
134-
*
135-
* Re-enable this test once the upstream snapshot is fixed.
136120
*/
137-
@org.junit.jupiter.api.Disabled("Upstream snapshot format mismatch - see comment")
138121
@Test
139122
void testFreeformUserInputResponse() throws Exception {
140123
ctx.configureForTest("ask-user", "should_handle_freeform_user_input_response");

0 commit comments

Comments
 (0)