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", ]);