This repository was archived by the owner on Jun 17, 2026. It is now read-only.
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 2020
2121import org .junit .jupiter .api .AfterAll ;
2222import org .junit .jupiter .api .BeforeAll ;
23+ import org .junit .jupiter .api .Disabled ;
2324import org .junit .jupiter .api .Test ;
2425
2526import com .github .copilot .sdk .generated .SessionEvent ;
@@ -306,6 +307,7 @@ void testShouldResumeSessionUsingTheSameClient() throws Exception {
306307 * @see Snapshot: session/should_resume_a_session_using_a_new_client
307308 */
308309 @ Test
310+ @ Disabled ("Flaky: multi-client session resume times out in snapshot-based test harness" )
309311 void testShouldResumeSessionUsingNewClient () throws Exception {
310312 ctx .configureForTest ("session" , "should_resume_a_session_using_a_new_client" );
311313
Original file line number Diff line number Diff line change 1414
1515import org .junit .jupiter .api .AfterAll ;
1616import org .junit .jupiter .api .BeforeAll ;
17+ import org .junit .jupiter .api .Disabled ;
1718import org .junit .jupiter .api .Test ;
1819
1920import com .github .copilot .sdk .generated .SessionEvent ;
@@ -139,6 +140,7 @@ void testShouldNotProduceDeltasWhenStreamingIsDisabled() throws Exception {
139140 * @see Snapshot: streaming_fidelity/should_produce_deltas_after_session_resume
140141 */
141142 @ Test
143+ @ Disabled ("Flaky: multi-client session resume times out in snapshot-based test harness" )
142144 void testShouldProduceDeltasAfterSessionResume () throws Exception {
143145 ctx .configureForTest ("streaming_fidelity" , "should_produce_deltas_after_session_resume" );
144146
@@ -192,6 +194,7 @@ void testShouldProduceDeltasAfterSessionResume() throws Exception {
192194 * streaming_fidelity/should_not_produce_deltas_after_session_resume_with_streaming_disabled
193195 */
194196 @ Test
197+ @ Disabled ("Flaky: multi-client session resume times out in snapshot-based test harness" )
195198 void testShouldNotProduceDeltasAfterSessionResumeWithStreamingDisabled () throws Exception {
196199 ctx .configureForTest ("streaming_fidelity" ,
197200 "should_not_produce_deltas_after_session_resume_with_streaming_disabled" );
You can’t perform that action at this time.
0 commit comments