Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kurtakov2018-04-30 16:09:38 +0000
committerAlexander Kurtakov2018-04-30 16:24:05 +0000
commitc942ec98252c2dfba35ef00852b30e6f22e5afba (patch)
tree846a540a6f0c3e3fbf80a90f85aa2d415ab7bc3f /bundles
parent3c40ef98e902bc4cc0c9e5fed835717bc0b39f4a (diff)
downloadrt.equinox.bundles-c942ec98252c2dfba35ef00852b30e6f22e5afba.tar.gz
rt.equinox.bundles-c942ec98252c2dfba35ef00852b30e6f22e5afba.tar.xz
rt.equinox.bundles-c942ec98252c2dfba35ef00852b30e6f22e5afba.zip
Skip failing bundles tests.I20180430-2000
Don't run with Tycho and it's better to explicitly disable such bundles rather than skipping all tests in verification job. Change-Id: Ic93866d1c3e0b2c23a3a076c048023bde9732a1b Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
Diffstat (limited to 'bundles')
-rw-r--r--bundles/org.eclipse.equinox.compendium.tests/pom.xml3
-rw-r--r--bundles/org.eclipse.equinox.security.tests/pom.xml5
2 files changed, 7 insertions, 1 deletions
diff --git a/bundles/org.eclipse.equinox.compendium.tests/pom.xml b/bundles/org.eclipse.equinox.compendium.tests/pom.xml
index da71645f7..dcd799f17 100644
--- a/bundles/org.eclipse.equinox.compendium.tests/pom.xml
+++ b/bundles/org.eclipse.equinox.compendium.tests/pom.xml
@@ -21,4 +21,7 @@
<artifactId>org.eclipse.equinox.compendium.tests</artifactId>
<version>1.2.100-SNAPSHOT</version>
<packaging>eclipse-test-plugin</packaging>
+ <properties>
+ <skipTests>true</skipTests>
+ </properties>
</project>
diff --git a/bundles/org.eclipse.equinox.security.tests/pom.xml b/bundles/org.eclipse.equinox.security.tests/pom.xml
index bd0579720..1182b2d60 100644
--- a/bundles/org.eclipse.equinox.security.tests/pom.xml
+++ b/bundles/org.eclipse.equinox.security.tests/pom.xml
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
- Copyright (c) 2012 Eclipse Foundation.
+ Copyright (c) 2012, 2018 Eclipse Foundation and others.
All rights reserved. This program and the accompanying materials
are made available under the terms of the Eclipse Distribution License v1.0
which accompanies this distribution, and is available at
@@ -21,4 +21,7 @@
<artifactId>org.eclipse.equinox.security.tests</artifactId>
<version>1.0.300-SNAPSHOT</version>
<packaging>eclipse-test-plugin</packaging>
+ <properties>
+ <skipTests>true</skipTests>
+ </properties>
</project>

Back to the top