Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'lttng/org.eclipse.linuxtools.tmf.ctf.ui.swtbot.tests/pom.xml')
-rw-r--r--lttng/org.eclipse.linuxtools.tmf.ctf.ui.swtbot.tests/pom.xml4
1 files changed, 3 insertions, 1 deletions
diff --git a/lttng/org.eclipse.linuxtools.tmf.ctf.ui.swtbot.tests/pom.xml b/lttng/org.eclipse.linuxtools.tmf.ctf.ui.swtbot.tests/pom.xml
index 3b6938f4a5..a4451d11d9 100644
--- a/lttng/org.eclipse.linuxtools.tmf.ctf.ui.swtbot.tests/pom.xml
+++ b/lttng/org.eclipse.linuxtools.tmf.ctf.ui.swtbot.tests/pom.xml
@@ -38,10 +38,12 @@
<useUIThread>false</useUIThread>
<argLine>${tycho.testArgLine} ${base.ui.test.vmargs}</argLine>
<product>org.eclipse.platform.ide</product>
+<!-- Disable GTK3 with Luna because it makes the test hang (bug in IcedTea http://icedtea.classpath.org/bugzilla/show_bug.cgi?id=1736) -->
+<!-- Disable the disablement because of bug in Tycho 0.20.0 (https://bugs.eclipse.org/bugs/show_bug.cgi?id=431793)
<environmentVariables>
- <!-- Disable GTK3 with Luna because it makes the test hang (bug in SWT?) -->
<SWT_GTK3>0</SWT_GTK3>
</environmentVariables>
+-->
</configuration>
</plugin>
</plugins>

Back to the top