• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2  "presubmit-large": [
3    {
4      // large runs all tests except the ones still too big for presubmit
5      "name": "CtsAppTestCases_all-except-large"
6    },
7    // These tests fail often, splitting into own module for better tracking
8    {
9      "name": "CtsAppTestCases_activitymanagerprocessstatetest"
10    }
11  ],
12  "postsubmit": [
13    {
14      "name": "CtsAppTestCases"
15    }
16  ]
17}
18