| { | |
| "presubmit": [ | |
| { | |
| "name": "frameworks-base-testutils-tests", | |
| "options": [ | |
| { | |
| "exclude-annotation": "androidx.test.filters.LargeTest" | |
| }, | |
| { | |
| "exclude-annotation": "androidx.test.filters.FlakyTest" | |
| }, | |
| { | |
| "exclude-annotation": "org.junit.Ignore" | |
| } | |
| ] | |
| } | |
| ], | |
| "postsubmit": [ | |
| { | |
| "name": "frameworks-base-testutils-tests", | |
| "options": [ | |
| { | |
| "exclude-annotation": "org.junit.Ignore" | |
| } | |
| ] | |
| } | |
| ] | |
| } | |