From 09c03fcfed899f98d3c87c4d22d42feca56efedf Mon Sep 17 00:00:00 2001 From: Peter Steinberger Date: Wed, 1 Apr 2026 02:30:53 +0100 Subject: [PATCH] test: drop low-signal memory plugin metadata check --- extensions/memory-lancedb/index.test.ts | 8 -------- 1 file changed, 8 deletions(-) diff --git a/extensions/memory-lancedb/index.test.ts b/extensions/memory-lancedb/index.test.ts index 5abb9dadd48..f27c110fab5 100644 --- a/extensions/memory-lancedb/index.test.ts +++ b/extensions/memory-lancedb/index.test.ts @@ -121,14 +121,6 @@ describe("memory plugin e2e", () => { }) as MemoryPluginTestConfig | undefined; } - test("memory plugin exports stable metadata", async () => { - const { default: memoryPlugin } = await import("./index.js"); - - expect(memoryPlugin.id).toBe("memory-lancedb"); - expect(memoryPlugin.name).toBe("Memory (LanceDB)"); - expect(memoryPlugin.kind).toBe("memory"); - }); - test("config schema parses valid config", async () => { const config = await parseConfig({ autoCapture: true,