See #2788777-187: Allow a site-specific profile to be installed from existing config, Alex Pott suggested creating a change record for this, but it doesn't seem to have been created.
This breaks any module's automated testing unless they adapt their config import tests to add $this->installConfig(['system']);
in their setUp() method. As shown here: #2982693: Test failing on main branch (They fixed it differently)