mirror of https://github.com/openclaw/openclaw.git
test: allow boundary test on main
This commit is contained in:
parent
f559ea126d
commit
92f1772e93
|
|
@ -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",
|
||||
]);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue