Searched refs:SKIPPED (Results 1 – 6 of 6) sorted by relevance
65 return self.status in (TestStatus.SUCCESS, TestStatus.SKIPPED)71 SKIPPED = auto() variable in TestStatus134 return TestStatus.SKIPPED142 elif status == TestStatus.SKIPPED:426 test.status = TestStatus.SKIPPED532 if test.status == TestStatus.SKIPPED:618 elif test.status in (TestStatus.SKIPPED, TestStatus.NO_TESTS):
26 TestStatus.SKIPPED: "SKIP",
179 if test_status in (kunit_parser.TestStatus.SUCCESS, kunit_parser.TestStatus.SKIPPED):
233 self.assertEqual(kunit_parser.TestStatus.SKIPPED, result.status)
643 echo "wait_inotify not found, inotify test SKIPPED."
134 The test "test" was SKIPPED with the diagnostic message "necessary dependency
Completed in 15 milliseconds