[blinkpy] Skip unittests that use mulitple processes and write artifacts
When a unittest uses multiple processes, it's subprocesses uses the host's file system class, not the mock file system class. This is problematic for the blinkpy unittest step running on many builders because artifacts from prevoius runs are not deleted on the bot. Bug: chromium:1015118 Change-Id: I7fdf01de5ea0f782ba3ca7d4aaffda71b8841da5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1866975 Commit-Queue: Rakib Hasan <rmhasan@google.com> Reviewed-by:Robert Ma <robertma@chromium.org> Cr-Commit-Position: refs/heads/master@{#707028}
Showing
Please register or sign in to comment