Problem/Motivation
Announcements module info file is missing the version property. Therefore Drupal does not have correct info about the module version on install. Update manager module takes the Drupal core version from the first enabled module, which is (in case we will enable the Announcements module) this module. But with the missing version, update manager thinks that there is an update to the core, as no version is supplied.
Because of this, the tests are failing the installation phase - Drupal is trying to send new email about the update of the core, see: https://git.drupalcode.org/project/drupal/-/jobs/988469
Steps to reproduce
See: https://git.drupalcode.org/project/drupal/-/jobs/988469
Proposed resolution
Add missing property.
Remaining tasks
User interface changes
API changes
Data model changes
Release notes snippet
Issue fork drupal-3425698
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #3
poker10 commentedCreated a MR with the proposed fix.
Comment #5
mcdruid commentedThanks!