• C
    Segregate add'l long-running and performance tests · 68e3b777
    Chris Beams 提交于
     - Add TestGroup#LONG_RUNNING to distinguish from #PERFORMANCE, the
       former being tests that simply take a long time vs the latter being
       tests that are actually dependent on certain actions happening within
       a given time window and are thefore CPU-dependent.
    
    Issue: SPR-9984
    68e3b777
TestGroup.java 2.2 KB