test(e2e): skip flaky token-approve Appium smokes until stabilized - #34583
test(e2e): skip flaky token-approve Appium smokes until stabilized#34583cryptodev-2s wants to merge 1 commit into
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. |
PR template — items to address before "Ready for review"Warnings — informational, address before merging:
See docs/readme/ready-for-review.md for the full Definition of Ready for Review. |
Pull request was converted to draft
🔍 Smart E2E Test Selection
click to see 🤖 AI reasoning detailsE2E Test Selection: Performance Test Selection: |
|
|
superseded by #34586 |



Description
The token-approve Appium smoke suite fails consistently on
mainwithElement "confirm-button" not in hierarchy after 3000ms. The approve confirmation does not open reliably in CI, soappium-confirmations-android-smokehas been red onmainand is blocking confirmations CI for every PR.This re-skips the three token-approve smoke suites (mirroring #34387) so they stop blocking CI while the flakiness is investigated. No product code changes. Tracked in #34581.
Suites skipped:
token-approve/approve.spec.tstoken-approve/increase-allowance.spec.tstoken-approve/set-approval-for-all.spec.tsChangelog
CHANGELOG entry: null
Related issues
Refs: #34581
Manual testing steps
N/A. Test-only change that skips flaky E2E suites. CI confirms
appium-confirmations-android-smokeno longer fails on these specs.Screenshots/Recordings
N/A. No UI changes.
Before
N/A
After
N/A
Pre-merge author checklist
Pre-merge reviewer checklist
Note
Low Risk
Test-only change that disables flaky E2E coverage; no application or release behavior is modified.
Overview
Unblocks confirmations CI by skipping three flaky token-approve Appium smoke suites that fail on
mainwhenconfirm-buttonnever appears in the view hierarchy.Each suite (
approve,increase-allowance,set-approval-for-all) switches fromappiumTest.describetoappiumTest.describe.skip, with an inline note pointing to #34581. Test bodies are unchanged; this mirrors the earlier temporary skip in #34387.Reviewed by Cursor Bugbot for commit d114294. Bugbot is set up for automated code reviews on this repo. Configure here.