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