test: allow boundary test on main

This commit is contained in:
Peter Steinberger 2026-04-01 09:48:45 +01:00
parent f559ea126d
commit 92f1772e93
No known key found for this signature in database
1 changed files with 1 additions and 0 deletions

View File

@ -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<string>([
"src/agents/pi-embedded-runner-extraparams.test.ts",
"src/plugins/contracts/discovery.contract.test.ts",
]);