From 6299db412ac3913207a293ee7cc0ecf8c012c270 Mon Sep 17 00:00:00 2001 From: "Alon Zakai (kripken)" Date: Wed, 16 May 2018 08:26:35 -0700 Subject: [PATCH] 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 --- .circleci/config.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index 60bab501f178..091bcf04a908 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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: