Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'jpa/features/org.eclipse.jpt.jpa.tests.feature/feature.xml')
-rw-r--r--jpa/features/org.eclipse.jpt.jpa.tests.feature/feature.xml5
1 files changed, 3 insertions, 2 deletions
diff --git a/jpa/features/org.eclipse.jpt.jpa.tests.feature/feature.xml b/jpa/features/org.eclipse.jpt.jpa.tests.feature/feature.xml
index 9bc1c865fb..3e63a875f4 100644
--- a/jpa/features/org.eclipse.jpt.jpa.tests.feature/feature.xml
+++ b/jpa/features/org.eclipse.jpt.jpa.tests.feature/feature.xml
@@ -23,11 +23,12 @@
<import feature="org.eclipse.jpt.common.tests.feature" version="1.0.0"/>
</requires>
- <plugin
+ <!-- disable tests that don't currently work and are not currently RUN as part of the releng.aggregator build -->
+ <!-- <plugin
id="org.eclipse.jpt.jpa.core.tests"
download-size="0"
install-size="0"
- version="0.0.0"/>
+ version="0.0.0"/> -->
<plugin
id="org.eclipse.jpt.jpa.core.tests.extension.resource"

Back to the top