Skip to content

Commit b6fa81c

Browse files
committed
test: enable compaction test in CI
1 parent a75c1f4 commit b6fa81c

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

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 - compaction requires real API calls to trigger token counting
9-
// The replay proxy doesn't provide realistic token counts needed for compaction
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)