w3c / validator-suite

Validator Suite
Other
56 stars 23 forks source link

Tests are too unstable and slow #354

Open betehess opened 10 years ago

betehess commented 10 years ago

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.

tgambet commented 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.