Merge "Add TEST_MAPPING for trust directories" into tm-dev

This commit is contained in:
TreeHugger Robot
2022-03-08 23:54:54 +00:00
committed by Android (Google) Code Review
3 changed files with 45 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
{
"presubmit": [
{
"name": "TrustTests",
"options": [
{
"include-filter": "android.trust.test"
},
{
"exclude-annotation": "androidx.test.filters.FlakyTest"
}
]
}
]
}

View File

@@ -0,0 +1,15 @@
{
"presubmit": [
{
"name": "TrustTests",
"options": [
{
"include-filter": "android.trust.test"
},
{
"exclude-annotation": "androidx.test.filters.FlakyTest"
}
]
}
]
}

View File

@@ -0,0 +1,15 @@
{
"presubmit": [
{
"name": "TrustTests",
"options": [
{
"include-filter": "android.trust.test"
},
{
"exclude-annotation": "androidx.test.filters.FlakyTest"
}
]
}
]
}