瀏覽代碼

Skipping long test of rarely-changed code

tags/PRE_ANDY
wisberg 19 年之前
父節點
當前提交
0c4e822ebe
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. 2
    0
      testing-drivers/testsrc/org/aspectj/testing/drivers/HarnessSelectionTest.java

+ 2
- 0
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;

Loading…
取消
儲存