blob: eed975e9bf100deb298ec553929f80492148258f [file] [log] [blame]
Lloyd Pique70d91362018-10-18 16:02:55 -07001{
2 "presubmit": [
3 {
Alec Mouri078330f2020-01-29 19:30:21 -08004 "name": "libsurfaceflinger_unittest",
5 // TODO(b/148517641): re-enable once this test is fixed
6 "options": [
7 {
8 "exclude-filter": "FrameTracerTest.*"
9 }
10 ]
Lloyd Pique70d91362018-10-18 16:02:55 -070011 },
12 {
13 "name": "libcompositionengine_test"
14 }
15 ]
16}