[blinkpy] Deflake two wptserve unit tests
Stub out _check_that_all_ports_are_available to always return True so that the tests won't fail if some process is already listening on a port used by the server. Note that there might be a deeper issue that something else is listening on these ports. These unit tests themselves use MockHost and would never start the real server. Reduce the numbers of expected log entries by 1 as we no longer have the "DEBUG: all ports are available" message from the real _check_that_all_ports_are_available. Bug: 1114320 Change-Id: I5dfa98cabb5c0bb85a6f304b069240836af60f94 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2428740 Commit-Queue: Stephen McGruer <smcgruer@chromium.org> Reviewed-by:Stephen McGruer <smcgruer@chromium.org> Auto-Submit: Robert Ma <robertma@chromium.org> Cr-Commit-Position: refs/heads/master@{#810866}
Showing
Please register or sign in to comment