diff options
-rw-r--r-- | ajde/testsrc/org/aspectj/ajde/ModelPerformanceTest.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ajde/testsrc/org/aspectj/ajde/ModelPerformanceTest.java b/ajde/testsrc/org/aspectj/ajde/ModelPerformanceTest.java index 044d62bf4..349e6c560 100644 --- a/ajde/testsrc/org/aspectj/ajde/ModelPerformanceTest.java +++ b/ajde/testsrc/org/aspectj/ajde/ModelPerformanceTest.java @@ -26,14 +26,14 @@ public class ModelPerformanceTest extends AjdeTestCase { public static void main(String[] args) { junit.swingui.TestRunner.run(ModelPerformanceTest.class); } - + public void testNothingButKeepAntJUnitHappy() {} /** * Assert that a compile that includes building the structure model * adds an acceptable percentage of overhead. * * Does a few initial builds to minimize caching effects. */ - public void testRelativeToNoModel() { + public void skip_testRelativeToNoModel() { timedBuild(true); timedBuild(false); timedBuild(true); |