Chris Beams opened SPR-8458 and commented
We currently have a number of timed tests that frequently fail on developer machines due to varying CPU speeds and system load. It would be better to make these tests optional and configure them to run only on the CI server, which is a more controlled and predictable environment.
This may be done using a mechanism like JUnit's @Rule, or possibly through their upcoming test categorization mechanism.
Issue Links: