Merge "Update presubmit mapping for MediaProjection & related"

This commit is contained in:
Naomi Musgrave
2023-01-16 14:23:29 +00:00
committed by Android (Google) Code Review
3 changed files with 36 additions and 13 deletions

View File

@@ -0,0 +1,18 @@
{
"presubmit": [
{
"name": "MediaProjectionTests",
"options": [
{
"exclude-annotation": "android.platform.test.annotations.FlakyTest"
},
{
"exclude-annotation": "androidx.test.filters.FlakyTest"
},
{
"exclude-annotation": "org.junit.Ignore"
}
]
}
]
}

View File

@@ -1,13 +0,0 @@
{
"presubmit": [
{
"name": "FrameworksServicesTests",
"options": [
{"include-filter": "android.media.projection.mediaprojectiontests"},
{"exclude-annotation": "android.platform.test.annotations.FlakyTest"},
{"exclude-annotation": "androidx.test.filters.FlakyTest"},
{"exclude-annotation": "org.junit.Ignore"}
]
}
]
}

View File

@@ -0,0 +1,18 @@
{
"presubmit": [
{
"name": "MediaProjectionTests",
"options": [
{
"exclude-annotation": "android.platform.test.annotations.FlakyTest"
},
{
"exclude-annotation": "androidx.test.filters.FlakyTest"
},
{
"exclude-annotation": "org.junit.Ignore"
}
]
}
]
}