-
-
Notifications
You must be signed in to change notification settings - Fork 5.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove Internet Explorer from test framework #8264
Conversation
Maybe the right place to remove IE from karma.conf.js |
I think we should remove both, since it does not make sense to keep either around. Let me add a commit. |
5598fc7
to
2db16ca
Compare
@mourner @IvanSanchez @Falke-Design @Malvoz this one is ready to be reviewed, would prevent a lot of random test failures so I'd like to merge this. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good for me but I didn't test it local
* Remove Internet Explorer from CI * Remove Internet Explorer from Karma config (cherry picked from commit e4c8f64)
Since we've decided to drop support for Internet Explorer (#6136) in v2 it makes sense to remove it from our test framework.