| { |
| "presubmit": [ |
| { |
| "name": "PlatformMotionTestingTests", |
| "options": [ |
| { |
| "exclude-annotation": "org.junit.Ignore" |
| }, |
| { |
| "exclude-annotation": "androidx.test.filters.FlakyTest" |
| } |
| ] |
| }, |
| { |
| "name": "PlatformMotionTestingComposeTests", |
| "options": [ |
| { |
| "exclude-annotation": "org.junit.Ignore" |
| }, |
| { |
| "exclude-annotation": "androidx.test.filters.FlakyTest" |
| } |
| ] |
| } |
| ], |
| "presubmit-large": [ |
| { |
| "name": "SystemUITests", |
| "options": [ |
| { |
| "include-annotation": "android.platform.test.annotations.MotionTest" |
| }, |
| { |
| "exclude-annotation": "androidx.test.filters.FlakyTest" |
| }, |
| { |
| "exclude-annotation": "org.junit.Ignore" |
| } |
| ] |
| } |
| ] |
| } |