Skip to content

Commit 84a90e8

Browse files
stephentoubCopilot
andcommitted
Also skip McpOAuthResumeE2ETest on the in-process transport
The isolated-resume-tests surefire execution runs before the main suite, so its lone remaining timeout still failed the job even though the main run was green (2594 tests, 0 failures, 6m28s). Exclude the class too. Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> Copilot-Session: 812b44f2-ef93-4b32-b051-c7092f612279
1 parent 46a0cff commit 84a90e8

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

java/sdk/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -654,6 +654,7 @@ did not produce the multi-release output. Re-build on JDK 25+ and verify the
654654
<exclude>**/ExecutorWiringTest.java</exclude>
655655
<exclude>**/HooksTest.java</exclude>
656656
<exclude>**/McpAndAgentsTest.java</exclude>
657+
<exclude>**/McpOAuthResumeE2ETest.java</exclude>
657658
<exclude>**/PermissionsTest.java</exclude>
658659
<exclude>**/PreMcpToolCallHookTest.java</exclude>
659660
<exclude>**/RpcServerE2ETest.java</exclude>

0 commit comments

Comments
 (0)