File tree Expand file tree Collapse file tree
src/test/java/com/github/copilot/sdk Expand file tree Collapse file tree Original file line number Diff line number Diff 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" );
You can’t perform that action at this time.
0 commit comments