Skip to content

Commit a318f06

Browse files
committed
test: revert skip - will update after CLI release
1 parent b49dcc6 commit a318f06

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

nodejs/test/e2e/compaction.test.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,7 @@ import { createSdkTestContext } from "./harness/sdkTestContext.js";
55
describe("Compaction", async () => {
66
const { copilotClient: client } = await createSdkTestContext();
77

8-
// Skip in CI - requires CLI with infinite sessions support (not yet released)
9-
// Run locally with: COPILOT_CLI_PATH=/path/to/local/cli npm test -- test/e2e/compaction.test.ts
10-
it.skipIf(process.env.CI === "true")(
8+
it(
119
"should trigger compaction with low threshold and emit events",
1210
async () => {
1311
// Create session with very low compaction thresholds to trigger compaction quickly

0 commit comments

Comments
 (0)