Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xTMP/eclipse-junit-tests/src/main/scripts/test.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/TMP/eclipse-junit-tests/src/main/scripts/test.xml b/TMP/eclipse-junit-tests/src/main/scripts/test.xml
index 4d2aa4bd1..a9d3b1661 100755
--- a/TMP/eclipse-junit-tests/src/main/scripts/test.xml
+++ b/TMP/eclipse-junit-tests/src/main/scripts/test.xml
@@ -959,7 +959,11 @@
<antcall target="coreresources" />
<antcall target="osgi" />
<antcall target="coreexpressions" />
+
+ <!-- th: looks like the update tests are not run in 4.2
<antcall target="update" />
+ -->
+
<antcall target="teamcore" />
<antcall target="jdtcoreperf" />
<antcall target="jdtcorebuilder" />

Back to the top