• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2  "mainline-presubmit": [
3    {
4      "name" : "HealthConnectControllerUITests[com.google.android.healthfitness.apex]",
5      "options": [
6                {
7                    "exclude-filter": "com.android.healthconnect.controller.tests.dataentries.LoadDataEntriesUseCaseTest"
8                }
9      ]
10    },
11    {
12      "name": "CtsHealthFitnessDeviceTestCases[com.google.android.healthfitness.apex]"
13    },
14    {
15      "name": "CtsHealthFitnessDeviceTestCasesNoPermission[com.google.android.healthfitness.apex]"
16    }
17  ],
18  "presubmit": [
19    {
20       "name" : "HealthConnectControllerUITests",
21       "options": [
22                {
23                    "exclude-filter": "com.android.healthconnect.controller.tests.dataentries.LoadDataEntriesUseCaseTest"
24                }
25        ]
26    },
27    {
28      "name": "CtsHealthFitnessDeviceTestCases"
29    },
30    {
31      "name": "CtsHealthFitnessDeviceTestCasesNoPermission"
32    },
33    {
34      "name": "CtsHealthConnectControllerTestCases"
35    },
36    {
37      "name": "HealthFitnessIntegrationTests"
38    },
39    {
40      "name": "HealthFitnessUnitTests"
41    },
42    {
43      "name": "HealthConnectBackupRestoreUnitTests"
44    },
45    {
46      "name": "CtsHealthConnectHostTestCases"
47    },
48    {
49      "name": "CtsHealthConnectHostSideDeviceTestCases"
50    }
51  ]
52}
53