aosp12/external/libtextclassifier/TEST_MAPPING

35 lines
769 B
Plaintext
Raw Normal View History

2023-01-09 17:11:35 +08:00
{
"presubmit": [
{
"name": "TextClassifierServiceTest",
"options": [
{
"exclude-annotation": "androidx.test.filters.FlakyTest"
}
]
},
{
"name": "libtextclassifier_tests"
},
{
"name": "libtextclassifier_java_tests"
},
{
"name": "TextClassifierNotificationTests"
}
],
"mainline-presubmit": [
{
"name": "TextClassifierNotificationTests[com.google.android.extservices.apex]"
},
{
"name": "TextClassifierServiceTest[com.google.android.extservices.apex]"
},
{
"name": "libtextclassifier_tests[com.google.android.extservices.apex]"
},
{
"name": "libtextclassifier_java_tests[com.google.android.extservices.apex]"
}
]
}