Skip to content

Commit

Permalink
don't detect temp file leaks in browser tests: the browser itself cre…
Browse files Browse the repository at this point in the history
…ates temp files in the temp dir, and we incorrectly detect those as leaked (#6543)
  • Loading branch information
kripken authored May 16, 2018
1 parent 692c0c7 commit d54eb4e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ jobs:
- TEST_DEPENDENCY=firefox
- EMSCRIPTEN_BROWSER=firefox -headless -profile tmp-firefox-profile/
- EM_LACKS_HARDWARE_ACCESS=1
- EM_TESTRUNNER_DETECT_TEMPFILE_LEAKS=0
test-ab:
<<: *test-defaults
environment:
Expand Down

0 comments on commit d54eb4e

Please sign in to comment.