Skip to content

test: unblocks CI#30111

Merged
christopherferreira9 merged 1 commit into
mainfrom
cferreira/unblock-ci-2
May 13, 2026
Merged

test: unblocks CI#30111
christopherferreira9 merged 1 commit into
mainfrom
cferreira/unblock-ci-2

Conversation

@christopherferreira9

@christopherferreira9 christopherferreira9 commented May 13, 2026

Copy link
Copy Markdown
Contributor

Description

Skips a failing test.
See: https://consensys.slack.com/archives/C02U025CVU4/p1778681293178909?thread_ts=1778662845.117629&cid=C02U025CVU4

Changelog

CHANGELOG entry:

Related issues

Fixes: https://consensys.slack.com/archives/C02U025CVU4/p1778681293178909?thread_ts=1778662845.117629&cid=C02U025CVU4

Manual testing steps

Feature: my feature name

  Scenario: user [verb for user action]
    Given [describe expected initial app state]

    When user [verb for user action]
    Then [describe expected outcome]

Screenshots/Recordings

Before

After

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 risk because this only disables a smoke test; it may reduce coverage for dapp-specific network selection and transaction confirmation behavior until re-enabled.

Overview
Disables the Dapp Network Switching smoke confirmation suite by changing describe to describe.skip in per-dapp-selected-network.spec.ts, preventing the failing test from running in CI.

Reviewed by Cursor Bugbot for commit aa9a19a. 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 13, 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 github-actions Bot added pr-not-ready-for-e2e Skip E2E and block merging. Remove this label once the PR is ready to run the E2E tests. size-XS labels May 13, 2026
@christopherferreira9 christopherferreira9 removed the pr-not-ready-for-e2e Skip E2E and block merging. Remove this label once the PR is ready to run the E2E tests. label May 13, 2026
@github-actions

Copy link
Copy Markdown
Contributor

🔍 Smart E2E Test Selection

  • Selected E2E tags: SmokeConfirmations
  • 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 in this PR is adding .skip to the describe block in per-dapp-selected-network.spec.ts, converting describe(SmokeConfirmations('Dapp Network Switching'), ...) to describe.skip(SmokeConfirmations('Dapp Network Switching'), ...). This disables the entire "Dapp Network Switching" test suite. No application code is modified - this is purely a test file change. Running SmokeConfirmations is appropriate to: (1) verify the skip is applied correctly and doesn't cause test runner errors, and (2) confirm the remaining confirmations tests still pass unaffected. No other tags are needed since no app code, shared components, or other test areas are touched.

Performance Test Selection:
This change only skips an existing E2E test - no application code, UI components, state management, or performance-sensitive paths are modified. No performance tests are needed.

View GitHub Actions results

@sonarqubecloud

Copy link
Copy Markdown

@christopherferreira9 christopherferreira9 added this pull request to the merge queue May 13, 2026
Merged via the queue into main with commit a15f040 May 13, 2026
208 of 240 checks passed
@christopherferreira9 christopherferreira9 deleted the cferreira/unblock-ci-2 branch May 13, 2026 16:02
@github-actions github-actions Bot locked and limited conversation to collaborators May 13, 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 13, 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