Merge "[Trust] Add test target for tablets." into tm-dev

This commit is contained in:
Derek Jedral
2022-04-20 17:10:06 +00:00
committed by Android (Google) Code Review
3 changed files with 39 additions and 0 deletions

View File

@@ -11,5 +11,18 @@
}
]
}
],
"trust-tablet": [
{
"name": "TrustTests",
"options": [
{
"include-filter": "android.trust.test"
},
{
"exclude-annotation": "androidx.test.filters.FlakyTest"
}
]
}
]
}

View File

@@ -11,5 +11,18 @@
}
]
}
],
"trust-tablet": [
{
"name": "TrustTests",
"options": [
{
"include-filter": "android.trust.test"
},
{
"exclude-annotation": "androidx.test.filters.FlakyTest"
}
]
}
]
}

View File

@@ -11,5 +11,18 @@
}
]
}
],
"trust-tablet": [
{
"name": "TrustTests",
"options": [
{
"include-filter": "android.trust.test"
},
{
"exclude-annotation": "androidx.test.filters.FlakyTest"
}
]
}
]
}