Skip to content
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

Don't detect temp file leaks in browser tests #6543

Merged
merged 1 commit into from
May 16, 2018
Merged

Conversation

kripken
Copy link
Member

@kripken kripken commented May 16, 2018

The browser itself creates temp files in the temp dir, and we incorrectly detect those as leaked. This started happening more recently, perhaps because the browser now uses more temp files or creates them at a time that happens to coincide with our testing.

…ates temp files in the temp dir, and we incorrectly detect those as leaked
@kripken kripken merged commit d54eb4e into incoming May 16, 2018
@kripken kripken deleted the browserleak branch May 16, 2018 21:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants