Adding presubmit mapping.
Otherwise the changed tests won't run during presubmit and may start
failing later.
Bug: 162345970
Test: watching presubmit run the tests
Change-Id: I5f62b06a8b643fd666c527746e5bb402021cbcd3
diff --git a/tests/tests/content/TEST_MAPPING b/tests/tests/content/TEST_MAPPING
new file mode 100644
index 0000000..ed0ac34
--- /dev/null
+++ b/tests/tests/content/TEST_MAPPING
@@ -0,0 +1,30 @@
+{
+ "presubmit": [
+ {
+ "name": "CtsContentTestCases",
+ "options": [
+ {
+ "exclude-annotation": "androidx.test.filters.FlakyTest"
+ },
+ {
+ "exclude-annotation": "org.junit.Ignore"
+ },
+ {
+ "include-filter": "android.content.pm.cts"
+ }
+ ]
+ },
+ {
+ "name": "FrameworksCoreTests",
+ "options": [
+ {
+ "include-filter": "android.content.pm.PackageManagerTests"
+ },
+ {
+ "exclude-annotation": "androidx.test.filters.Suppress"
+ }
+ ]
+ }
+ ]
+}
+