Skip to content

Commit d54eb4e

Browse files
authored
don't detect temp file leaks in browser tests: the browser itself creates temp files in the temp dir, and we incorrectly detect those as leaked (#6543)
1 parent 692c0c7 commit d54eb4e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.circleci/config.yml

+1
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ jobs:
8080
- TEST_DEPENDENCY=firefox
8181
- EMSCRIPTEN_BROWSER=firefox -headless -profile tmp-firefox-profile/
8282
- EM_LACKS_HARDWARE_ACCESS=1
83+
- EM_TESTRUNNER_DETECT_TEMPFILE_LEAKS=0
8384
test-ab:
8485
<<: *test-defaults
8586
environment:

0 commit comments

Comments
 (0)