You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

31 lines
581 B

{
// TODO (b/242858942): periodically re-enable tests on case-by-case basis when they're fixed.
"presubmit": [
{
"name": "CtsGraphicsTestCases"
},
{
"name": "hwui_unit_tests"
},
{
"name": "minikin_tests"
},
{
"name": "librenderengine_test"
},
{
"name": "SurfaceFlinger_test",
"options": [
{
"exclude-filter": "SurfaceFlinger_test.WindowInfosListenerTest#WindowInfoAddedAndRemoved"
}
]
}
],
"imports": [
{
"path": "cts/tests/tests/uirendering"
}
]
}