Merge "Convert apct/framework/presubmit-cloud-tf to Test Mapping Suite."

am: 888c3b0347

Change-Id: I7e34770fbce6713e560cb5c7bae6292c58c908e1
This commit is contained in:
easoncylee
2019-12-09 18:04:10 -08:00
committed by android-build-merger

View File

@@ -23,6 +23,34 @@
"exclude-annotation": "androidx.test.filters.FlakyTest"
}
]
},
{
"name": "FrameworksCoreTests",
"options": [
{
"include-annotation": "android.platform.test.annotations.Presubmit"
},
{
"exclude-annotation": "androidx.test.filters.FlakyTest"
},
{
"exclude-annotation": "org.junit.Ignore"
}
]
},
{
"name": "FrameworksServicesTests",
"options": [
{
"include-annotation": "android.platform.test.annotations.Presubmit"
},
{
"exclude-annotation": "androidx.test.filters.FlakyTest"
},
{
"exclude-annotation": "org.junit.Ignore"
}
]
}
]
}