We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a75c1f4 commit b6fa81cCopy full SHA for b6fa81c
nodejs/test/e2e/compaction.test.ts
@@ -5,9 +5,7 @@ import { createSdkTestContext } from "./harness/sdkTestContext.js";
5
describe("Compaction", async () => {
6
const { copilotClient: client } = await createSdkTestContext();
7
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")(
+ it(
11
"should trigger compaction with low threshold and emit events",
12
async () => {
13
// Create session with very low compaction thresholds to trigger compaction quickly
0 commit comments