aboutsummaryrefslogtreecommitdiff
path: root/TEST_MAPPING
blob: e39cbc4efa55d21ac5e931c93a047f544bb79a31 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
  "presubmit": [
    {
      "name": "CtsWebkitTestCases",
      "options": [
        {
          "exclude-annotation": "androidx.test.filters.FlakyTest"
        }
      ]
    },
    {
      "name": "CtsHostsideWebViewTests",
      "options": [
        {
          "exclude-annotation": "androidx.test.filters.FlakyTest"
        }
      ]
    }
  ]
}