Skip to content

Commit d4b94ad

Browse files
committed
#1204 added ui to test
1 parent cca060b commit d4b94ad

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

io.sloeber.tests/pom.xml

+4
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,10 @@
2626
<groupId>org.eclipse.tycho</groupId>
2727
<artifactId>tycho-surefire-plugin</artifactId>
2828
<version>${tycho.version}</version>
29+
<configuration>
30+
<useUIHarness>true</useUIHarness>
31+
<useUIThread>true</useUIThread>
32+
</configuration>
2933
</plugin>
3034
</plugins>
3135
</build>

0 commit comments

Comments
 (0)