diff --git a/server/src/__tests__/cli-invocation-safety.test.ts b/server/src/__tests__/cli-invocation-safety.test.ts index 5f14738581..54780ef904 100644 --- a/server/src/__tests__/cli-invocation-safety.test.ts +++ b/server/src/__tests__/cli-invocation-safety.test.ts @@ -335,8 +335,6 @@ const SKIP_DIRS = new Set([ ".next", "coverage", ".paperclip", - // Ignored local databases and downloaded acceptance evidence are not guidance. - ".paperclip-runtime", "tmp", ]);