Tests: stabilize bundle MCP SSE materialization

This commit is contained in:
Peter Steinberger
2026-04-07 12:31:58 +01:00
parent de6bac331c
commit b03522bcd8

View File

@@ -1,6 +1,6 @@
import { createRequire } from "node:module";
import path from "node:path";
import { afterEach, describe, expect, it } from "vitest";
import { afterEach, describe, expect, it, vi } from "vitest";
import {
cleanupBundleMcpHarness,
makeTempDir,
@@ -124,6 +124,7 @@ describe("createBundleMcpToolRuntime", () => {
});
it("loads configured SSE MCP tools via url", async () => {
vi.useRealTimers();
const sseServer = await startSseProbeServer();
try {