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:
@@ -94,7 +94,9 @@ describe("handleSessionUpdate — helper extraction", () => {
|
|||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
||||||
describe("HermesAcpClient", () => {
|
const IS_CI = !!process.env.CI;
|
||||||
|
|
||||||
|
describe.skipIf(IS_CI)("HermesAcpClient", () => {
|
||||||
let client: HermesAcpClient;
|
let client: HermesAcpClient;
|
||||||
|
|
||||||
beforeEach(() => {
|
beforeEach(() => {
|
||||||
|
|||||||
Reference in New Issue
Block a user