Disable overlay scrollbars when running tests to prevent crash
[deliverable/tracecompass.git] / pcap / org.eclipse.tracecompass.tmf.pcap.ui.swtbot.tests / pom.xml
index b858b1712e7e20169fb25709b95a552ed6bea8a9..98b6fdcbc25681ac08ae1f143a5276fab60a482c 100644 (file)
@@ -16,7 +16,7 @@
   <parent>
     <artifactId>org.eclipse.tracecompass.pcap-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.pcap.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.pcap.ui.swtbot.tests</testSuite>
           <testClass>org.eclipse.tracecompass.tmf.pcap.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.024757 seconds and 5 git commands to generate.