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

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