fix: skip hermes ACP integration tests in CI

These tests require a live Hermes instance which is not available in CI.

Refs #510
This commit is contained in:
2026-05-25 10:22:08 +00:00
parent a11d76264a
commit cef4617956
@@ -94,7 +94,9 @@ describe("handleSessionUpdate — helper extraction", () => {
});
});
describe("HermesAcpClient", () => {
const IS_CI = !!process.env.CI;
describe.skipIf(IS_CI)("HermesAcpClient", () => {
let client: HermesAcpClient;
beforeEach(() => {