Merge "Convert apct/framework/presubmit-cloud-tf to Test Mapping Suite." am: 888c3b0347

am: f5c7e1b90a

Change-Id: I2e584c87d94b130ff6f68da2392fe752a9c36694
This commit is contained in:
easoncylee
2019-12-09 18:07:55 -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"
}
]
}
]
}