Fixed bug 442531: We should not have empty performance targets
diff --git a/tests/org.eclipse.core.expressions.tests/test.xml b/tests/org.eclipse.core.expressions.tests/test.xml
index 911c0c2..70cdf27 100644
--- a/tests/org.eclipse.core.expressions.tests/test.xml
+++ b/tests/org.eclipse.core.expressions.tests/test.xml
@@ -61,7 +61,10 @@
     </ant>
   </target>
 
+  <!-- This target runs the performance test suites.
+  Disabled for bug 442531: We should not have empty performance targets
   <target name="performance">
   </target>
+  -->
 	
 </project>