jkleinsc

#51776: ci: turn off analytics setup assistant prompts on macOS

Merged
Created: May 26, 2026, 9:57:58 AM
Merged: May 26, 2026, 5:23:13 PM
6 comments
Target: main

Description of Change

Recently, probably due to GitHub actions updating the macOS image, tests have been failing on macos-arm64. It looks like this prompt is blocking our tests:
screenshot-timeout-20260526043001
This PR should disable that prompt

Checklist

Release Notes

Notes: none

Backports

40-x-y
Merged
PR Number
#51781
Merged At
May 26, 2026, 7:55:17 PM
Released In
Not yet
Release Date
Not yet
41-x-y
Merged
PR Number
#51778
Merged At
May 26, 2026, 7:52:44 PM
Released In
Not yet
Release Date
Not yet
42-x-y
Merged
PR Number
#51779
Merged At
May 26, 2026, 7:54:28 PM
Released In
Not yet
Release Date
Not yet
43-x-y
Merged
PR Number
#51780
Merged At
May 26, 2026, 7:53:59 PM
Released In
Not yet
Release Date
Not yet

Semver Impact

Major
Breaking changes
Minor
New features
Patch
Bug fixes
None
Docs, tests, etc.

Semantic Versioning helps users understand the impact of updates:

  • Major (X.y.z): Breaking changes that may require code modifications
  • Minor (x.Y.z): New features that maintain backward compatibility
  • Patch (x.y.Z): Bug fixes that don't change the API
  • None: Changes that don't affect using facing parts of Electron