Skip to content

Commit

Permalink
Merge branch 'SPR-9984' into 3.2.x
Browse files Browse the repository at this point in the history
* SPR-9984:
  Add TimedSpringRunnerTests to performance test group
  • Loading branch information
cbeams committed Jan 21, 2013
2 parents d40c8cf + fc6377c commit c97f26d
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@
import org.junit.runners.JUnit4;
import org.springframework.test.annotation.Timed;
import org.springframework.test.context.TestExecutionListeners;
import org.springframework.tests.Assume;
import org.springframework.tests.TestGroup;

/**
* Verifies proper handling of the following in conjunction with the
Expand All @@ -42,6 +44,7 @@ public class TimedSpringRunnerTests {

@Test
public void timedTests() throws Exception {
Assume.group(TestGroup.PERFORMANCE);
Class<TimedSpringRunnerTestCase> testClass = TimedSpringRunnerTestCase.class;
TrackingRunListener listener = new TrackingRunListener();
RunNotifier notifier = new RunNotifier();
Expand Down

0 comments on commit c97f26d

Please sign in to comment.