Skip to content

Commit

Permalink
chore(browserstack): disabling IE10 and IE11 until fixed by BrowserStack
Browse files Browse the repository at this point in the history
  • Loading branch information
rodneyrehm committed Jan 31, 2016
1 parent ed5331c commit 5bc8b96
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions test/browserstack.js
Expand Up @@ -20,8 +20,9 @@ define([
config.environments = [
// disabled because of https://github.com/theintern/intern/issues/555
// { browser: 'Edge', browser_version: '12.0', os: 'WINDOWS', os_version: '10', platform: 'WIN', browserName: 'Edge12' },
{ browser: 'IE', browser_version: '11', os: 'WINDOWS', os_version: '8.1', platform: 'WIN', browserName: 'IE11' },
{ browser: 'IE', browser_version: '10', os: 'WINDOWS', os_version: '8', platform: 'WIN', browserName: 'IE10' },
// disabled because IE10 and IE11 currently don't return any results to Intern
// { browser: 'IE', browser_version: '11', os: 'WINDOWS', os_version: '8.1', platform: 'WIN', browserName: 'IE11' },
// { browser: 'IE', browser_version: '10', os: 'WINDOWS', os_version: '8', platform: 'WIN', browserName: 'IE10' },
{ browser: 'IE', browser_version: '9', os: 'WINDOWS', os_version: '7', platform: 'WIN', browserName: 'IE9' },

{ browser: 'Firefox', browser_version: '42', os: 'WINDOWS', os_version: '8.1', platform: 'WIN', browserName: 'Firefox 42' },
Expand Down

0 comments on commit 5bc8b96

Please sign in to comment.