diff options
author | Artur Signell <artur@vaadin.com> | 2014-08-08 10:33:17 +0300 |
---|---|---|
committer | Vaadin Code Review <review@vaadin.com> | 2014-08-10 06:05:50 +0000 |
commit | 4b65858b98d2aa2eb7d7c1ac10bc236e5fcea2fe (patch) | |
tree | 20e9848766ee4f491cc212f07fbbb4e1d9062216 /uitest/test.xml | |
parent | d64d3c1db17d4406934e0ca718e9b4be4cf2a7a8 (diff) | |
download | vaadin-framework-4b65858b98d2aa2eb7d7c1ac10bc236e5fcea2fe.tar.gz vaadin-framework-4b65858b98d2aa2eb7d7c1ac10bc236e5fcea2fe.zip |
Stop running TB2 tests on Safari 5 and Opera 12
While still supported, these browsers are completely outdated and the
tests no longer give us meaningful information. When TestBench 2 tests
are converted to TB4, they will no longer be run on either of these browser.
To improve the situation in the future, TB4 tests should be run on
Safari 7 and latest Opera
Change-Id: Ib49376e30e105aea89218aa352c44a4c3ec8778f
Diffstat (limited to 'uitest/test.xml')
-rw-r--r-- | uitest/test.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/uitest/test.xml b/uitest/test.xml index 57f61d67fa..2ee655ecf6 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-safari5,winxp-googlechrome21,winxp-opera12" /> + <property name="browsers-windows" value="winxp-ie8,win7-ie9,win7-ie10,winxp-firefox17-esr,winxp-googlechrome21" /> <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" /> |