1{
2  "presubmit": [
3    {
4      "name": "CtsVibratorTestCases",
5      "options": [
6        {"exclude-annotation": "androidx.test.filters.LargeTest"},
7        {"exclude-annotation": "android.platform.test.annotations.FlakyTest"},
8        {"exclude-annotation": "androidx.test.filters.FlakyTest"},
9        {"exclude-annotation": "org.junit.Ignore"}
10      ]
11    }
12  ],
13  "postsubmit": [
14    {
15      "name": "CtsVibratorTestCases",
16      "options": [
17        {"exclude-annotation": "org.junit.Ignore"}
18      ]
19    }
20  ]
21}
22