mirror of
https://github.com/getpaseo/paseo.git
synced 2026-07-29 12:01:31 +00:00
test: skip opencode integration tests in CI
This commit is contained in:
@@ -72,7 +72,10 @@ async function collectTurnEvents(
|
||||
return result;
|
||||
}
|
||||
|
||||
describe("OpenCodeAgentClient", () => {
|
||||
// Skip integration tests in CI - requires real OpenCode server
|
||||
const shouldSkip = process.env.CI === "true";
|
||||
|
||||
describe.skipIf(shouldSkip)("OpenCodeAgentClient", () => {
|
||||
const buildConfig = (cwd: string): AgentSessionConfig => ({
|
||||
provider: "opencode",
|
||||
cwd,
|
||||
|
||||
Reference in New Issue
Block a user