From 92f1772e93202cdc306933496ef16f6235cd388f Mon Sep 17 00:00:00 2001 From: Peter Steinberger Date: Wed, 1 Apr 2026 09:48:45 +0100 Subject: [PATCH] test: allow boundary test on main --- test/extension-test-boundary.test.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/test/extension-test-boundary.test.ts b/test/extension-test-boundary.test.ts index 01f779981f5..2a55fe6d34b 100644 --- a/test/extension-test-boundary.test.ts +++ b/test/extension-test-boundary.test.ts @@ -6,6 +6,7 @@ import { BUNDLED_PLUGIN_PATH_PREFIX } from "./helpers/bundled-plugin-paths.js"; const repoRoot = path.resolve(import.meta.dirname, ".."); const allowedNonExtensionTests = new Set([ + "src/agents/pi-embedded-runner-extraparams.test.ts", "src/plugins/contracts/discovery.contract.test.ts", ]);