Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornickboldt2017-12-04 15:40:44 +0000
committernickboldt2017-12-04 15:40:49 +0000
commit583bf5313904e8d3e76417c6f944cef31f56ca17 (patch)
treefbda4c07ccce209c3c3e84a219f83224cf3a9907
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>
-rw-r--r--jaxb/features/org.eclipse.jpt.jaxb.eclipselink.tests.feature/feature.xml5
-rw-r--r--jaxb/features/org.eclipse.jpt.jaxb.tests.feature/feature.xml5
-rw-r--r--jpa/features/org.eclipse.jpt.jpa.tests.feature/feature.xml5
3 files changed, 9 insertions, 6 deletions
diff --git a/jaxb/features/org.eclipse.jpt.jaxb.eclipselink.tests.feature/feature.xml b/jaxb/features/org.eclipse.jpt.jaxb.eclipselink.tests.feature/feature.xml
index 161709af3d..471ace1d52 100644
--- a/jaxb/features/org.eclipse.jpt.jaxb.eclipselink.tests.feature/feature.xml
+++ b/jaxb/features/org.eclipse.jpt.jaxb.eclipselink.tests.feature/feature.xml
@@ -23,10 +23,11 @@
<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.jaxb.eclipselink.core.tests"
download-size="0"
install-size="0"
- version="0.0.0"/>
+ version="0.0.0"/> -->
</feature>
diff --git a/jaxb/features/org.eclipse.jpt.jaxb.tests.feature/feature.xml b/jaxb/features/org.eclipse.jpt.jaxb.tests.feature/feature.xml
index cd2df56ea3..6724647dd9 100644
--- a/jaxb/features/org.eclipse.jpt.jaxb.tests.feature/feature.xml
+++ b/jaxb/features/org.eclipse.jpt.jaxb.tests.feature/feature.xml
@@ -23,10 +23,11 @@
<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.jaxb.core.tests"
download-size="0"
install-size="0"
- version="0.0.0"/>
+ version="0.0.0"/> -->
</feature>
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