Searched refs:exclude_annotations (Results 1 – 2 of 2) sorted by relevance
/cts/hostsidetests/devicepolicy/ |
D | Android.bp | 119 exclude_annotations: ["android.platform.test.annotations.FlakyTest"], 127 exclude_annotations: [ 138 exclude_annotations: ["android.platform.test.annotations.FlakyTest"],
|
/cts/common/device-side/bedstead/btest/ |
D | btest | 719 …tate, btest_run, total_test_count, next_test, include_annotations, exclude_annotations, has_later_… argument 732 self.exclude_annotations = exclude_annotations.copy() 740 self.exclude_annotations.append("com.android.interactive.annotations.Interactive") 745 self.exclude_annotations.append("com.android.xts.root.annotations.RequireAdbRoot") 763 if self.exclude_annotations: 764 command += " -e notAnnotation " + ",".join(self.exclude_annotations) 1297 …exclude_annotations = [x for x in all_include_annotations if not x in state.all_supported_annotati… 1300 …tate, btest_run, total_test_count, next_test, include_annotations, exclude_annotations, (i < len(s…
|