INT-3152 Polishing Show Skipped Tests as 'Ignored'

In test report.
This commit is contained in:
Gary Russell
2013-09-27 11:39:07 -04:00
parent 65328b951b
commit df6b821e4b

View File

@@ -17,6 +17,7 @@ package org.springframework.integration.test.support;
import org.apache.commons.logging.Log;
import org.apache.commons.logging.LogFactory;
import org.junit.Assume;
import org.junit.rules.TestWatcher;
import org.junit.runner.Description;
import org.junit.runners.model.Statement;
@@ -42,7 +43,7 @@ public class LongRunningIntegrationTest extends TestWatcher {
@Override
public void evaluate() throws Throwable {
Assume.assumeTrue(false);
}
};
}