test: skip Chain Permission System E2E tests to reduce CI failures#25413
test: skip Chain Permission System E2E tests to reduce CI failures#25413chrisleewilcox merged 1 commit intomainfrom
Conversation
|
CLA Signature Action: All authors have signed the CLA. You may need to manually re-run the blocking PR check if it doesn't pass in a few minutes. |
🔍 Smart E2E Test Selection
click to see 🤖 AI reasoning detailsE2E Test Selection:
Since this is purely a test management change (disabling a test), there's no need to run E2E tests to validate it. The test suite will continue to function normally - this particular test will simply be skipped during execution. Running E2E tests would not provide any additional validation for this type of change. Performance Test Selection: |
|



Description
Changelog
It seems like app is restarting and causing test e2e/specs/multichain/permissions/chains/permission-system-dapp-chain-switch-grant.spec.js to fail after the test edits network permissions when trying to connect to test dapp.
CHANGELOG entry:
Related issues
Fixes: https://consensyssoftware.atlassian.net/browse/MUL-1431
Manual testing steps
Screenshots/Recordings
Before
After
Pre-merge author checklist
Pre-merge reviewer checklist
Note
Low Risk
Low risk: this only disables an E2E spec via
describe.skip, affecting test coverage/CI signal but not runtime app behavior.Overview
Disables the
Chain Permission SystemE2E suite by changingdescribe(...)todescribe.skip(...)inpermission-system-dapp-chain-switch-grant.spec.js, preventing the flaky chain-switch permission test from running in CI.Written by Cursor Bugbot for commit baa93a8. This will update automatically on new commits. Configure here.