test: remove duplicate sandbox access memory-flush case

This commit is contained in:
Peter Steinberger
2026-02-16 06:08:44 +00:00
parent 108ebc380f
commit 189cba0100

View File

@@ -1127,10 +1127,6 @@ describe("runReplyAgent memory flush", () => {
await expectMemoryFlushSkippedWithWorkspaceAccess("ro"); await expectMemoryFlushSkippedWithWorkspaceAccess("ro");
}); });
it("skips memory flush when the sandbox workspace is none", async () => {
await expectMemoryFlushSkippedWithWorkspaceAccess("none");
});
it("increments compaction count when flush compaction completes", async () => { it("increments compaction count when flush compaction completes", async () => {
await withTempStore(async (storePath) => { await withTempStore(async (storePath) => {
const sessionKey = "main"; const sessionKey = "main";