blob: 4ebf92550b58901183640f6d6cdc2c6357213648 [file]
{
"presubmit": [
{
"name": "PlatformMotionTestingTests",
"options": [
{
"exclude-annotation": "org.junit.Ignore"
},
{
"exclude-annotation": "androidx.test.filters.FlakyTest"
}
]
}
],
"presubmit-large": [
{
"name": "SystemUITests",
"options": [
{
"include-annotation": "android.platform.test.annotations.MotionTest"
},
{
"exclude-annotation": "androidx.test.filters.FlakyTest"
},
{
"exclude-annotation": "org.junit.Ignore"
}
]
}
]
}