Skip to content

Commit 8dcf520

Browse files
Disable two tests on mac
1 parent da8bcb9 commit 8dcf520

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

apps/client-e2e/src/tests/mcp/_mcp-test-runner.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -225,11 +225,13 @@ MCP_TEST_RUNNER.addTest({
225225
MCP_TEST_RUNNER.addTest({
226226
fn: RunMCPTestListENVITools,
227227
name: 'Verify we can list ENVI tools via MCP (at least 200 returned)',
228+
excludeOS: ENVI_TEST_EXCLUDE_OS,
228229
});
229230

230231
MCP_TEST_RUNNER.addTest({
231232
fn: RunMCPTestENVIToolNotesLoad,
232233
name: 'Verify ENVI tool notes are loaded (will always fail until SAVE files bundled)',
234+
excludeOS: ENVI_TEST_EXCLUDE_OS,
233235
});
234236

235237
MCP_TEST_RUNNER.addTest({

0 commit comments

Comments
 (0)