Bug 448838 - [Tests] Activate org.eclipse.e4.ui.tests tests during Tycho
build
Change-Id: I481f247ec0d8917bf834d688eb609162f5556f31
Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
diff --git a/tests/org.eclipse.e4.ui.tests/pom.xml b/tests/org.eclipse.e4.ui.tests/pom.xml
index fa91f6b..7747255 100644
--- a/tests/org.eclipse.e4.ui.tests/pom.xml
+++ b/tests/org.eclipse.e4.ui.tests/pom.xml
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
- Copyright (c) 2012, 2013 Eclipse Foundation and others.
+ Copyright (c) 2012, 2014 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
@@ -8,6 +8,7 @@
Contributors:
Igor Fedorenko - initial implementation
+ Lars Vogel <Lars.Vogel@vogella.com> - Bug 448838
-->
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
@@ -22,8 +23,8 @@
<packaging>eclipse-test-plugin</packaging>
<properties>
- <testSuite>${project.artifactId}</testSuite>
- <testClass>org.eclipse.e4.ui.tests.UIAllTests</testClass>
+ <skipTests>true</skipTests>
+ <testSuite>org.eclipse.e4.ui.tests.UIAllTests</testSuite>
</properties>
<build>