Community
Participate
Working Groups
I thought we had fixed all of these in bug 442455, but apparently not for equinox.p2.tests.ui Which still has following in it's test.xml: <!-- This target defines the performance tests that need to be run. --> <target name="performance-suite" depends="p2PerformanceTests" /> <target name="p2PerformanceTests"> <!-- TODO --> </target> That should be removed, or the "performance-suite" element commented out. I can certainly remove it from the "list of tests" I (try) to run, but, there is a custom maven plugin that produces "test.properties" that has info about these tests, and one of those properties is "isPerformanceTest" which it bases on that element. Best if the test.properties is accurate, so, please don't say you have "performance tests" ... unless you really do. The new rule.
Fix pushed to master.