remove the perf tests
diff --git a/update/org.eclipse.update.tests.core/src/org/eclipse/update/tests/perfms/AllPerformanceTests.java b/update/org.eclipse.update.tests.core/src/org/eclipse/update/tests/perfms/AllPerformanceTests.java index e669b7d..eecb3db 100644 --- a/update/org.eclipse.update.tests.core/src/org/eclipse/update/tests/perfms/AllPerformanceTests.java +++ b/update/org.eclipse.update.tests.core/src/org/eclipse/update/tests/perfms/AllPerformanceTests.java
@@ -22,8 +22,8 @@ TestSuite suite = new TestSuite(); suite.setName("Update Performance Tests"); - // the following will take all teh test methods in the class that start with 'test' - suite.addTest(new TestSuite(TestStartup.class)); + // the following will take all the test methods in the class that start with 'test' + //suite.addTest(new TestSuite(TestStartup.class)); return suite; } }