blob: f8f64001dd2417d16433979ae012f8cf9706a71e [file] [log] [blame]
{
"presubmit": [
{
"name": "WMJetpackUnitTests",
"options": [
{
"include-annotation": "android.platform.test.annotations.Presubmit"
},
{
"exclude-annotation": "androidx.test.filters.FlakyTest"
},
{
"exclude-annotation": "org.junit.Ignore"
}
]
},
{
"name": "CtsWindowManagerJetpackTestCases",
"options": [
{
"include-annotation": "android.platform.test.annotations.Presubmit"
},
{
"exclude-annotation": "androidx.test.filters.FlakyTest"
},
{
"exclude-annotation": "org.junit.Ignore"
}
]
}
],
"imports": [
{
"path": "vendor/google_testing/integration/tests/scenarios/src/android/platform/test/scenario/sysui"
}
]
}