-
Notifications
You must be signed in to change notification settings - Fork 23
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
Internet Explorer process failed to be killed after test run #12
Comments
I'm having this same issue. The strange thing is that it only happens on our continuous integration server (Server 2008 R2), but not on our development machine (Server 2012 R2). Both environments are running IE 11 and the following dependencies: |
This may be related to karma-runner/karma#429 . Are both machines 64bit? |
Hi, |
I had the same issue. Resolved it by reverting to grunt-karma v0.6.2, which depends on karma v0.10.10. Reverting to grunt-karma v0.7.2 (which depends on karma v0.11.0) did NOT work. Not an ideal resolution, but this information may point to the core issue. |
I think #15 with karma-runner/karma#973 should have fixed this problem. Can you please confirm? |
I can confirm that it is working for me now with v0.1.4. |
@sylvain-hamel - Thanks! |
Thanks for getting back. |
I still have this problem. [email protected] Tests on my local machine work, also on the server with my user. but if the test will be started by a jenkins the tests fail. |
I have the same issue with IE9 |
I believe that this is functionality that is broken as a result of the update the Karma 0.12. I believe this because this used to work find in the previous version of Karma, but now fails to stop the iexplorer process upon completion of the tests.
I've set the captureTimeout to 5000[ms] and singleRun to true and it still will not exit the process.
{
browsers: ['PhantomJS', 'IE'],
captureTimeout: 5000,
singleRun: true
}
If I open another window and type "pskill iexplore" (using sysinternals tool) then karma exits normally and without error.
This is killing my continuous integration server (TeamCity) because it appears that the build has hung up and I have to stop it.
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
The text was updated successfully, but these errors were encountered: