Skip to content

Commit aa89ad7

Browse files
Add skip
1 parent 17f9def commit aa89ad7

1 file changed

Lines changed: 3 additions & 6 deletions

File tree

tests/tools/webmcp.test.ts

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,8 @@ describe('webmcp', () => {
6060
);
6161
}
6262

63-
it('executes a tool successfully', async () => {
63+
// TODO: Remove `.skip` once Chrome 149 reaches stable channel.
64+
it.skip('executes a tool successfully', async () => {
6465
await withMcpContext(
6566
async (response, context) => {
6667
const page = context.getSelectedMcpPage();
@@ -76,11 +77,7 @@ describe('webmcp', () => {
7677
JSON.stringify({status: 'Completed', output: 'hello'}, null, 2),
7778
);
7879
},
79-
{
80-
args: ['--enable-features=WebMCPTesting,DevToolsWebMCPSupport'],
81-
executablePath:
82-
'/Applications/Google Chrome Canary.app/Contents/MacOS/Google Chrome Canary',
83-
},
80+
{args: ['--enable-features=WebMCPTesting,DevToolsWebMCPSupport']},
8481
{experimentalWebmcp: true} as ParsedArguments,
8582
);
8683
});

0 commit comments

Comments
 (0)