Skip to content

test: remove flaky MCP prompt integration case#5

Merged
zxch3n merged 1 commit into
mainfrom
codex/remove-flaky-mcp-config-test
Jul 14, 2026
Merged

test: remove flaky MCP prompt integration case#5
zxch3n merged 1 commit into
mainfrom
codex/remove-flaky-mcp-config-test

Conversation

@zxch3n

@zxch3n zxch3n commented Jul 13, 2026

Copy link
Copy Markdown
Member

Summary

Remove the nonessential MCP config merge test that starts a real Codex process, sends /mcp, and waits for rendered output.

Why

The test intermittently reaches the suite's 40-second timeout while waiting for an external Codex response. It failed Lody PR #2869 even though that PR only changes CLI Presence code and the submodule SHA was unchanged.

The deterministic DISABLE_MCP_CONFIG_FILTERING behavior test remains in the file.

Impact

No production code changes. This removes an unreliable integration assertion from the default unit-test suite.

Validation

  • pnpm --filter acp-extension-codex exec vitest run src/__tests__/CodexACPAgent/mcp-config-merge.test.ts
  • pnpm --filter acp-extension-codex typecheck
  • pnpm --filter acp-extension-codex test — 300 passed, 28 skipped

Drop the nonessential slash-command assertion that intermittently waits for a real Codex response until the 40-second suite timeout.

Model: gpt-5
@zxch3n zxch3n merged commit 73c2cf6 into main Jul 14, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant