unplugged-system/cts/hostsidetests/os/test-apps/TEST_MAPPING

23 lines
461 B
Plaintext

{
"presubmit": [
{
"name": "CtsOsHostTestCases",
"file_patterns": [
"(/|^)StaticSharedLib.*",
"(/|^)StaticSharedNativeLib.*"
],
"options": [
{
"include-filter": "android.os.cts.StaticSharedLibsHostTests"
},
{
"exclude-annotation": "androidx.test.filters.FlakyTest"
},
{
"exclude-annotation": "org.junit.Ignore"
}
]
}
]
}