Re: [PATCH v3 3/4] kunit: test: Add example tests which are always skipped

From: Brendan Higgins
Date: Tue Jun 08 2021 - 17:22:46 EST


On Mon, Jun 7, 2021 at 11:51 PM David Gow <davidgow@xxxxxxxxxx> wrote:
>
> Add two new tests to the example test suite, both of which are always
> skipped. This is used as an example for how to write tests which are
> skipped, and to demonstrate the difference between kunit_skip() and
> kunit_mark_skipped().
>
> Note that these tests are enabled by default, so a default run of KUnit
> will have two skipped tests.
>
> Signed-off-by: David Gow <davidgow@xxxxxxxxxx>
> Reviewed-by: Daniel Latypov <dlatypov@xxxxxxxxxx>

Reviewed-by: Brendan Higgins <brendanhiggins@xxxxxxxxxx>