mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 23:21:36 +00:00
test: remove duplicate sandbox access memory-flush case
This commit is contained in:
@@ -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";
|
||||||
|
|||||||
Reference in New Issue
Block a user