test: remove qa lab lazy catalog sleep

This commit is contained in:
Peter Steinberger
2026-05-11 17:50:02 +01:00
parent d65153988d
commit 7b8125989b

View File

@@ -613,7 +613,6 @@ describe("qa-lab server", () => {
await lab.stop();
});
await sleep(25);
await expectFileMissing(markerPath);
const bootstrapResponse = await fetchWithRetry(`${lab.baseUrl}/api/bootstrap`);