Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'bundles/org.eclipse.equinox.compendium.tests/pom.xml')
-rw-r--r--bundles/org.eclipse.equinox.compendium.tests/pom.xml3
1 files changed, 3 insertions, 0 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>

Back to the top