| { | |
| "presubmit": [ | |
| { | |
| "name": "SettingsLibUnitTests" | |
| }, | |
| { | |
| "name": "SpaPrivilegedLibTests" | |
| }, | |
| { | |
| "name": "SettingsSpaUnitTests" | |
| } | |
| ], | |
| // Scuba test for Health Fitness. | |
| "healthfitness-screenshot-tests": [ | |
| { | |
| "name": "HealthFitnessScreenDiffTests", | |
| "options": [ | |
| { | |
| "exclude-annotation": "org.junit.Ignore" | |
| }, | |
| { | |
| "exclude-annotation": "androidx.test.filters.FlakyTest" | |
| }, | |
| { | |
| "exclude-annotation": "android.platform.test.annotations.Postsubmit" | |
| } | |
| ] | |
| } | |
| ] | |
| } |