Disable overlay scrollbars when running tests to prevent crash
[deliverable/tracecompass.git] / ctf / org.eclipse.tracecompass.tmf.ctf.ui.swtbot.tests / pom.xml
index 4663fb38e8414d6c94571ddccab8ba9a63d7dfe5..156778c5db618b82e4409d670cb69d8ad0c308e9 100644 (file)
@@ -16,7 +16,7 @@
   <parent>
     <artifactId>org.eclipse.tracecompass.ctf-parent</artifactId>
     <groupId>org.eclipse.tracecompass</groupId>
-    <version>1.0.0-SNAPSHOT</version>
+    <version>2.0.0-SNAPSHOT</version>
   </parent>
 
   <artifactId>org.eclipse.tracecompass.tmf.ctf.ui.swtbot.tests</artifactId>
@@ -30,7 +30,6 @@
       <plugin>
         <groupId>org.eclipse.tycho</groupId>
         <artifactId>tycho-surefire-plugin</artifactId>
-        <version>${tycho-version}</version>
         <configuration>
           <testSuite>org.eclipse.tracecompass.tmf.ctf.ui.swtbot.tests</testSuite>
           <testClass>org.eclipse.tracecompass.tmf.ctf.ui.swtbot.tests.AllTests</testClass>
           <product>org.eclipse.platform.ide</product>
           <environmentVariables>
             <SWT_GTK3>${SWT_GTK3}</SWT_GTK3>
+            <LIBOVERLAY_SCROLLBAR>0</LIBOVERLAY_SCROLLBAR>
           </environmentVariables>
         </configuration>
       </plugin>
     </plugins>
   </build>
 
- <groupId>org.eclipse.tracecompass</groupId>
 </project>
This page took 0.024265 seconds and 5 git commands to generate.