xref: /aosp_15_r20/cts/hostsidetests/os/test-apps/TEST_MAPPING (revision b7c941bb3fa97aba169d73cee0bed2de8ac964bf)
1{
2  "presubmit": [
3    {
4      "name": "CtsOsHostTestCases",
5      "file_patterns": [
6          "(/|^)StaticSharedLib.*",
7          "(/|^)StaticSharedNativeLib.*"
8      ],
9      "options": [
10        {
11          "include-filter": "android.os.cts.StaticSharedLibsHostTests"
12        },
13        {
14          "exclude-annotation": "androidx.test.filters.FlakyTest"
15        },
16        {
17          "exclude-annotation": "org.junit.Ignore"
18        }
19      ]
20    }
21  ]
22}
23