test: trim stale extension boundary allowlist

This commit is contained in:
Peter Steinberger
2026-03-30 08:05:23 +09:00
parent 809833ef9d
commit 0fdf724125

View File

@@ -6,7 +6,6 @@ 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/bedrock-discovery.test.ts",
"src/plugins/contracts/discovery.contract.test.ts",
]);