Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'org.eclipse.egit.core.test')
-rw-r--r--org.eclipse.egit.core.test/pom.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/org.eclipse.egit.core.test/pom.xml b/org.eclipse.egit.core.test/pom.xml
index 1a8e25a948..dab5656656 100644
--- a/org.eclipse.egit.core.test/pom.xml
+++ b/org.eclipse.egit.core.test/pom.xml
@@ -35,7 +35,8 @@
<!-- test mojo matches TestProject be default and treats it as PojoTest -->
<exclude>**/Test*.class</exclude>
</excludes>
- <useUIHarness>true</useUIHarness>
+ <useUIHarness>false</useUIHarness>
+ <useUIThread>false</useUIThread>
</configuration>
</plugin>
</plugins>

Back to the top