Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
kunit: test: Add example tests which are always skipped
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 <[email protected]> Reviewed-by: Daniel Latypov <[email protected]> Reviewed-by: Brendan Higgins <[email protected]> Reviewed-by: Marco Elver <[email protected]> Signed-off-by: Shuah Khan <[email protected]>
- Loading branch information