Commit 2bcafd0
ci(java): remove leaked COPILOT_SDK_DEFAULT_CONNECTION from step env
The java-sdk-inprocess CI job set COPILOT_SDK_DEFAULT_CONNECTION=inprocess
as a step-level environment variable, which leaked into surefire unit tests.
The Maven inprocess profile already configures this env var only in
failsafe's <environmentVariables>, per the design: 'Leave Surefire on its
standard transport; only Failsafe ITs use InProcess.' Removing the
redundant step-level env var fixes all 195 surefire test errors.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Copilot-Session: c4e523e3-9d39-4598-90ec-54d959c44ce81 parent e6c0302 commit 2bcafd0
1 file changed
Lines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
47 | | - | |
48 | 47 | | |
49 | 48 | | |
50 | 49 | | |
| |||
0 commit comments