Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'org.eclipse.search.tests')
-rw-r--r--org.eclipse.search.tests/test.xml4
1 files changed, 3 insertions, 1 deletions
diff --git a/org.eclipse.search.tests/test.xml b/org.eclipse.search.tests/test.xml
index 1b946fd8710..4e00f60e108 100644
--- a/org.eclipse.search.tests/test.xml
+++ b/org.eclipse.search.tests/test.xml
@@ -46,7 +46,9 @@
</ant>
</target>
- <!-- This target runs the performance test suites. -->
+ <!-- This target runs the performance test suites.
+ Disabled for bug 442533: We should not have empty performance targets
<target name="performance">
</target>
+ -->
</project>

Back to the top