Merge "[MediaProjection] Test mapping runs CTS"

This commit is contained in:
TreeHugger Robot
2023-02-06 22:57:42 +00:00
committed by Android (Google) Code Review
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"
}
]
}
]
}