0
Files
src/device
Reilly Grant c011790e80 bluetooth: Skip tests rather than exiting early
Invoking GTEST_SKIP() is the same as just returning early from the test
function but means that the test framework knows that the test did not
pass (but also did not fail). It can also be used in a SetUp() function
to skip an entire test suite which allows us to remove a lot of
boilerplate code.

Change-Id: I0763a45f2bd1652093467b826bffd23794055781
Bug: None
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4265582
Reviewed-by: Vincent Scheib <scheib@chromium.org>
Auto-Submit: Reilly Grant <reillyg@chromium.org>
Commit-Queue: Reilly Grant <reillyg@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1107106}
2023-02-18 01:47:27 +00:00
..
2023-02-17 16:42:09 +00:00