From 8774f0a35b9479b72f3f99ac24841b4b57a0ae92 Mon Sep 17 00:00:00 2001 From: Sebastian Krings <sebastian@krin.gs> Date: Fri, 18 Jan 2013 10:48:06 +0100 Subject: [PATCH] disable ui tests for now till jenkins supports it --- settings.gradle | 2 +- tycho_build.gradle | 5 ----- 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/settings.gradle b/settings.gradle index 8d7ab2b0..2999825e 100644 --- a/settings.gradle +++ b/settings.gradle @@ -1,2 +1,2 @@ -include 'de.prob.core', 'de.prob.core.tests', 'de.bmotionstudio.gef.editor' ,'de.bmotionstudio.rodin', 'de.bmotionstudio.help' , 'de.prob.plugin', 'de.prob.ui', 'de.prob2.feature', 'de.prob.units', 'de.prob.units.tests', 'de.prob2.units.feature' +include 'de.prob.core', 'de.prob.core.tests', 'de.bmotionstudio.gef.editor' ,'de.bmotionstudio.rodin', 'de.bmotionstudio.help' , 'de.prob.plugin', 'de.prob.ui', 'de.prob2.feature', 'de.prob.units', 'de.prob2.units.feature' diff --git a/tycho_build.gradle b/tycho_build.gradle index 76d9cb87..7c750c7a 100644 --- a/tycho_build.gradle +++ b/tycho_build.gradle @@ -599,11 +599,6 @@ task tycho(dependsOn: [createPoms] , type:Exec) { <plugin> <groupId>org.eclipse.tycho</groupId> <artifactId>tycho-surefire-plugin</artifactId> - <configuration> - <useUIHarness>true</useUIHarness> - <useUIThread>true</useUIThread> - <product>org.rodinp.platform.product</product> - </configuration> </plugin> </plugins> </build> -- GitLab