Core test discovery adds ScaffoldTestResult as a unit test, whereas it's actually a text fixture. see https://git.drupalcode.org/project/drupal/-/jobs/2412201/viewer where I mistakenly added @group #slow and got a fatal error.
We should put it outside the tests namespace or harden test discovery so that it's ignored.