Open betehess opened 10 years ago
What happened is that the job strategy that held the list of assertors to be run isn't used anymore. All default assertors are simply used by each job. Look for usage of AssertorsConfiguration.default
to find where this is hardcoded.
Looks like most of the tests now depend on the assertors for no (apparent) good reason. That makes them slow, and sometimes impossible to test if the assertors are not installed locally.