]> source.dussan.org Git - vaadin-framework.git/commitdiff
Disable auto-testing of TB2 tests on Chrome
authorArtur Signell <artur@vaadin.com>
Mon, 9 Mar 2015 11:03:02 +0000 (13:03 +0200)
committerLeif Åstrand <leif@vaadin.com>
Tue, 17 Mar 2015 08:46:38 +0000 (10:46 +0200)
Chrome has started auto-updating even though auto updates are
disabled on the test machines. TestBench 2 works with Chrome 41 (latest)
but opens the test in a new tab instead of in a new window and therefore
is unable to resize the browser to the correct size for screenshots.

Change-Id: Ib7f05a9115a9c82f5b3b384d73c47d6becbfbe79

uitest/test.xml

index 496e115c1884b82712434a18034235864edd542f..c07c4d96af84de57df12d5046406b639cd9955e5 100644 (file)
@@ -7,7 +7,7 @@
     <!-- Configuration -->
     <!-- ================================================================== -->
     <!-- Browsers to use for testing -->
-    <property name="browsers-windows" value="winxp-ie8,win7-ie9,win7-ie10,winxp-firefox17-esr,winxp-googlechrome21" />
+    <property name="browsers-windows" value="winxp-ie8,win7-ie9,win7-ie10,winxp-firefox17-esr" />
     <property name="browsers-linux" value="linux-firefox3,linux-opera10,linux-googlechrome8" />
     <property name="browsers-mac" value="osx-firefox3,osx-opera10,osx-googlechrome8,osx-safari4,osx-safari5" />