summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArtur Signell <artur@vaadin.com>2015-03-09 13:03:02 +0200
committerArtur Signell <artur@vaadin.com>2015-03-09 16:38:24 +0200
commiteee3c6be22e583752748acea31255b27fde27fdf (patch)
treea7601127a41b9d4cf9dd9a00282341d1d8b65be4
parentdee8a04d16f01ed062920913a251f0fd371c5b32 (diff)
downloadvaadin-framework-eee3c6be22e583752748acea31255b27fde27fdf.tar.gz
vaadin-framework-eee3c6be22e583752748acea31255b27fde27fdf.zip
Disable auto-testing of TB2 tests on Chrome
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
-rw-r--r--uitest/test.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/uitest/test.xml b/uitest/test.xml
index 496e115c18..c07c4d96af 100644
--- a/uitest/test.xml
+++ b/uitest/test.xml
@@ -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" />