[MediaProjection] Test mapping runs CTS

Bug: 265302522
Test: atest --test-mapping media/java/android/media/projection:presubmit
Test: atest --test-mapping services/core/java/com/android/server/media/projection:presubmit

Change-Id: I589595e7a26a8c020e0a83c74391416d3a7612a3
This commit is contained in:
Naomi Musgrave
2023-02-02 19:32:00 +00:00
parent 718e1dbf9d
commit efec63f971
4 changed files with 59 additions and 1 deletions

View File

@@ -13,6 +13,20 @@
"exclude-annotation": "org.junit.Ignore"
}
]
},
{
"name": "CtsMediaProjectionTestCases",
"options": [
{
"exclude-annotation": "android.platform.test.annotations.FlakyTest"
},
{
"exclude-annotation": "androidx.test.filters.FlakyTest"
},
{
"exclude-annotation": "org.junit.Ignore"
}
]
}
]
}

View File

@@ -42,7 +42,23 @@
},
{
"name": "BinaryTransparencyHostTest",
"file_patterns": ["BinaryTransparencyService\\.java"]
"file_patterns": [
"BinaryTransparencyService\\.java"
]
},
{
"name": "CtsMediaProjectionTestCases",
"options": [
{
"exclude-annotation": "android.platform.test.annotations.FlakyTest"
},
{
"exclude-annotation": "androidx.test.filters.FlakyTest"
},
{
"exclude-annotation": "org.junit.Ignore"
}
]
}
],
"presubmit-large": [

View File

@@ -16,6 +16,20 @@
{"exclude-annotation": "androidx.test.filters.FlakyTest"},
{"exclude-annotation": "org.junit.Ignore"}
]
},
{
"name": "CtsMediaProjectionTestCases",
"options": [
{
"exclude-annotation": "android.platform.test.annotations.FlakyTest"
},
{
"exclude-annotation": "androidx.test.filters.FlakyTest"
},
{
"exclude-annotation": "org.junit.Ignore"
}
]
}
]
}

View File

@@ -13,6 +13,20 @@
"exclude-annotation": "org.junit.Ignore"
}
]
},
{
"name": "CtsMediaProjectionTestCases",
"options": [
{
"exclude-annotation": "android.platform.test.annotations.FlakyTest"
},
{
"exclude-annotation": "androidx.test.filters.FlakyTest"
},
{
"exclude-annotation": "org.junit.Ignore"
}
]
}
]
}