Skip to content

Commit 841427f

Browse files
committed
🤖 ci: retry flaky mcp ipc test
1 parent faea30f commit 841427f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tests/ipc/mcpConfig.test.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@ import {
1717
extractTextFromEvents,
1818
HAIKU_MODEL,
1919
} from "./helpers";
20+
import { configureTestRetries } from "./sendMessageTestHelpers";
21+
22+
configureTestRetries(3);
23+
2024
import type { StreamCollector } from "./streamCollector";
2125

2226
const describeIntegration = shouldRunIntegrationTests() ? describe : describe.skip;

0 commit comments

Comments
 (0)