Skip to content

test: unblocks ci#30173

Merged
christopherferreira9 merged 1 commit into
mainfrom
cferreira/unblock-ci-3
May 14, 2026
Merged

test: unblocks ci#30173
christopherferreira9 merged 1 commit into
mainfrom
cferreira/unblock-ci-3

Conversation

@christopherferreira9

@christopherferreira9 christopherferreira9 commented May 14, 2026

Copy link
Copy Markdown
Contributor

Description

Skips tests/smoke/multichain/solana-wallet-standard/signMessage.spec.ts as it is failling consistently on CI.

Changelog

CHANGELOG entry:

Related issues

Fixes: https://consensys.slack.com/archives/C02U025CVU4/p1778748720677019

Manual testing steps

N/A

Screenshots/Recordings

Before

N/A

After

N/A

Pre-merge author checklist

Performance checks (if applicable)

  • I've tested on Android
    • Ideally on a mid-range device; emulator is acceptable
  • I've tested with a power user scenario
    • Use these power-user SRPs to import wallets with many accounts and tokens
  • I've instrumented key operations with Sentry traces for production performance metrics

For performance guidelines and tooling, see the Performance Guide.

Pre-merge reviewer checklist

  • I've manually tested the PR (e.g. pull and build branch, run the app, test code being changed).
  • I confirm that this PR addresses all acceptance criteria described in the ticket it closes and includes the necessary testing evidence such as recordings and or screenshots.

Note

Low Risk
Low code risk since this only disables a failing E2E test, but it reduces CI coverage for Solana wallet-standard message signing until the underlying flake is fixed.

Overview
Skips the Solana Wallet Standard E2E - Sign Message smoke test by changing describe to describe.skip, with a comment linking to the tracking Slack thread, to unblock consistently failing CI runs.

Reviewed by Cursor Bugbot for commit 5647621. Bugbot is set up for automated code reviews on this repo. Configure here.

@christopherferreira9 christopherferreira9 added team-qa QA team no-changelog no-changelog Indicates no external facing user changes, therefore no changelog documentation needed labels May 14, 2026
@github-actions

Copy link
Copy Markdown
Contributor

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.

@github-actions

Copy link
Copy Markdown
Contributor

🔍 Smart E2E Test Selection

  • Selected E2E tags: SmokeNetworkExpansion
  • Selected Performance tags: None (no tests recommended)
  • Risk Level: low
  • AI Confidence: 95%
click to see 🤖 AI reasoning details

E2E Test Selection:
The only change is adding describe.skip() to the Solana Wallet Standard sign message test suite, skipping it due to a known issue referenced in a Slack thread. This is a pure test infrastructure change with no app code modifications.

The change is in a SmokeNetworkExpansion-tagged test file. Running SmokeNetworkExpansion is appropriate to verify:

  1. The skip doesn't break the test runner or other tests in the suite
  2. The remaining Solana Wallet Standard tests (connect.spec.ts, transferSol.spec.ts) still pass

SmokeConfirmations is NOT selected because no app confirmation code was changed - this is purely a test skip. No performance tests are needed as no app code was modified.

Performance Test Selection:
No app code was changed - only a test file was modified to skip a test suite. No performance impact possible.

View GitHub Actions results

@sonarqubecloud

Copy link
Copy Markdown

@christopherferreira9 christopherferreira9 added this pull request to the merge queue May 14, 2026
Merged via the queue into main with commit c66572b May 14, 2026
186 of 188 checks passed
@christopherferreira9 christopherferreira9 deleted the cferreira/unblock-ci-3 branch May 14, 2026 11:05
@github-actions github-actions Bot locked and limited conversation to collaborators May 14, 2026
@metamaskbotv2 metamaskbotv2 Bot added the release-7.78.0 Issue or pull request that will be included in release 7.78.0 label May 14, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

no-changelog no-changelog Indicates no external facing user changes, therefore no changelog documentation needed release-7.78.0 Issue or pull request that will be included in release 7.78.0 size-XS team-qa QA team

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants