diff --git a/tests/dummy/config/targets.js b/tests/dummy/config/targets.js index 4b33327..8054303 100644 --- a/tests/dummy/config/targets.js +++ b/tests/dummy/config/targets.js @@ -9,10 +9,6 @@ const browsers = [ const isCI = Boolean(process.env.CI); const isProduction = process.env.EMBER_ENV === 'production'; -if (isCI || isProduction) { - browsers.push('ie 11'); -} - module.exports = { browsers, };