Searched refs:kunit_skip (Results 1 – 3 of 3) sorted by relevance
52 kunit_skip(test, "this test should be skipped"); in example_skip_test()
112 kunit_skip((test), "Test requires " #config "=y"); \117 kunit_skip((test), "Test requires " #config "=n"); \
699 #define kunit_skip(test_or_suite, fmt, ...) \ macro