
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}