We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b49dcc6 commit a318f06Copy full SHA for a318f06
1 file changed
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 - 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")(
+ 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