diff options
| author | Chris Rebert <[email protected]> | 2014-01-16 17:00:46 -0800 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2014-01-16 17:00:46 -0800 |
| commit | 600f62dc785a188ebdebe58950df0b247bbd93fc (patch) | |
| tree | d748467db7b464decca278bf1009d2ef31643643 | |
| parent | ecf8148c3fd6de467c69a66cb71dd02a77dd96ac (diff) | |
| parent | 4a50ac0bddc830575e9a7ddf6763746328e50ed1 (diff) | |
| download | bootstrap-600f62dc785a188ebdebe58950df0b247bbd93fc.tar.xz bootstrap-600f62dc785a188ebdebe58950df0b247bbd93fc.zip | |
Merge pull request #12265 from twbs/ie-11
enable IE11 in Sauce tests
| -rw-r--r-- | test-infra/sauce_browsers.yml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/test-infra/sauce_browsers.yml b/test-infra/sauce_browsers.yml index dd4104987..aa5a96acc 100644 --- a/test-infra/sauce_browsers.yml +++ b/test-infra/sauce_browsers.yml @@ -17,11 +17,11 @@ # Mac Opera not currently supported by Sauce Labs - # { # FIXME: currently fails 1 tooltip test - # browserName: "internet explorer", - # version: "11", - # platform: "Windows 8.1" - # }, + { + browserName: "internet explorer", + version: "11", + platform: "Windows 8.1" + }, # { # browserName: "internet explorer", |
