summaryrefslogtreecommitdiffstats
path: root/testing-drivers/testsrc
diff options
context:
space:
mode:
authorwisberg <wisberg>2005-06-08 23:34:33 +0000
committerwisberg <wisberg>2005-06-08 23:34:33 +0000
commit0c4e822ebe1aed1e24e271e4496d5ace41570168 (patch)
tree01bd604ab46b4cc742b1761c3f7aca95f4ef029d /testing-drivers/testsrc
parent0d26e37ceb2a0e7a43664367216c141b5a2fbd2f (diff)
downloadaspectj-0c4e822ebe1aed1e24e271e4496d5ace41570168.tar.gz
aspectj-0c4e822ebe1aed1e24e271e4496d5ace41570168.zip
Skipping long test of rarely-changed code
Diffstat (limited to 'testing-drivers/testsrc')
-rw-r--r--testing-drivers/testsrc/org/aspectj/testing/drivers/HarnessSelectionTest.java2
1 files changed, 2 insertions, 0 deletions
diff --git a/testing-drivers/testsrc/org/aspectj/testing/drivers/HarnessSelectionTest.java b/testing-drivers/testsrc/org/aspectj/testing/drivers/HarnessSelectionTest.java
index 489723f8e..4d1595e76 100644
--- a/testing-drivers/testsrc/org/aspectj/testing/drivers/HarnessSelectionTest.java
+++ b/testing-drivers/testsrc/org/aspectj/testing/drivers/HarnessSelectionTest.java
@@ -92,6 +92,8 @@ public class HarnessSelectionTest extends TestCase {
}
public void testIncrementalSuite() {
+ System.err.println("skippping testIncrementalSuite - too long");
+ if (true) return;
if (!eclipseAvailable()) {
System.err.println("skipping test - eclipse classes not available");
return;