Skip to content

Commit 007f577

Browse files
authored
test: retry cdp tests for windows flake (#38066)
1 parent 1bc15f3 commit 007f577

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tests/mcp/cdp.spec.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@
1717
import { spawnSync } from 'child_process';
1818
import { test, expect, mcpServerPath } from './fixtures';
1919

20+
test.describe.configure({
21+
retries: 1,
22+
});
23+
2024
test('cdp server', async ({ cdpServer, startClient, server }) => {
2125
await cdpServer.start();
2226
const { client } = await startClient({ args: [`--cdp-endpoint=${cdpServer.endpoint}`] });

0 commit comments

Comments
 (0)