Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/jpa
diff options
context:
space:
mode:
authornickboldt2017-12-04 15:40:44 +0000
committernickboldt2017-12-04 15:40:49 +0000
commit583bf5313904e8d3e76417c6f944cef31f56ca17 (patch)
treefbda4c07ccce209c3c3e84a219f83224cf3a9907 /jpa
parent78990c7b93ce387c4c9cfb6f0dbe8535a931620a (diff)
downloadwebtools.dali-583bf5313904e8d3e76417c6f944cef31f56ca17.tar.gz
webtools.dali-583bf5313904e8d3e76417c6f944cef31f56ca17.tar.xz
webtools.dali-583bf5313904e8d3e76417c6f944cef31f56ca17.zip
Bug 480380 - remove the 3 disabled tests from their wrapper features. Oops, missed this step because we're building using -Pintegration so circular deps are being found in previous releng.agg builds. Also, there should REALLY be a R3_9_maintenance branch to avoid changes in master leaking into the stable maintenance branch. But I digress...
Signed-off-by: nickboldt <nboldt@redhat.com>
Diffstat (limited to 'jpa')
-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