xref: /aosp_15_r20/platform_testing/libraries/motion/TEST_MAPPING (revision dd0948b35e70be4c0246aabd6c72554a5eb8b22a)
1{
2  "presubmit": [
3    {
4      "name": "PlatformMotionTestingTests",
5      "options": [
6        {
7          "exclude-annotation": "org.junit.Ignore"
8        },
9        {
10          "exclude-annotation": "androidx.test.filters.FlakyTest"
11        }
12      ]
13    }
14  ],
15  "presubmit-large": [
16    {
17      "name": "SystemUITests",
18      "options": [
19        {
20          "include-annotation": "android.platform.test.annotations.MotionTest"
21        },
22        {
23          "exclude-annotation": "androidx.test.filters.FlakyTest"
24        },
25        {
26          "exclude-annotation": "org.junit.Ignore"
27        }
28      ]
29    }
30  ]
31}
32