Skip to content

Commit

Permalink
Remove IE11 from CI tests
Browse files Browse the repository at this point in the history
  • Loading branch information
dfahlander committed Oct 26, 2022
1 parent 1ed9668 commit 5aa4c8d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 9 deletions.
2 changes: 0 additions & 2 deletions test/karma.browsers.matrix.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@ module.exports = {
// Leaving out Chrome, since local tests have hopefully already run on it.
// Chrome will be tested in the pre_npm_publish anyway.
'bs_firefox_latest_supported',
// Internet Explorer - an old beast. Enforces legacy compatibility for every PR.
'bs_ie11', // This is causing a lot of trouble.
// Safari. Enforces native Safari support for every PR!
'bs_safari_latest_supported'
],
Expand Down
7 changes: 0 additions & 7 deletions test/karma.browserstack.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,6 @@ module.exports = {
os: 'Windows',
os_version: '10'
},
bs_ie11: {
base: 'BrowserStack',
browser: 'ie',
browser_version: '11',
os: 'Windows',
os_version: 10
},
bs_chrome_oldest_supported: {
base: 'BrowserStack',
browser: "Chrome",
Expand Down

0 comments on commit 5aa4c8d

Please sign in to comment.