• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2  "presubmit": [
3    {
4      "name": "SettingsSpaUnitTests"
5    },
6    {
7      "name": "SettingsUnitTests",
8      "options": [
9        {
10          "include-filter": "com.android.settings.password"
11        },
12        {
13          "include-filter": "com.android.settings.biometrics"
14        },
15        {
16          "include-filter": "com.android.settings.biometrics2"
17        }
18      ]
19    }
20  ],
21  "postsubmit": [
22    {
23      "name": "SettingsUnitTests",
24      "options": [
25        {
26          "exclude-annotation": "androidx.test.filters.FlakyTest"
27        }
28      ]
29    },
30    {
31      "name": "SettingsPerfTests"
32    }
33  ]
34}
35