blob: 7245ec4b6256d56fcbe7b3e068fdf9590c4d154c [file] [log] [blame]
{
"presubmit": [
{
"name": "FrameworksServicesTests",
"options": [
{
"include-filter": "com.android.server.hdmi"
},
{
"include-annotation": "android.platform.test.annotations.Presubmit"
},
{
"exclude-annotation": "androidx.test.filters.FlakyTest"
},
{
"exclude-annotation": "org.junit.Ignore"
}
]
}
],
"postsubmit": [
{
"name": "FrameworksServicesTests",
"options": [
{
"include-filter": "com.android.server.hdmi"
},
{
"exclude-annotation": "org.junit.Ignore"
}
]
}
]
}