1{ 2 "presubmit": [ 3 { 4 "name": "CtsBugreportTestCases_android_server_os" 5 }, 6 { 7 "name": "ShellTests_android_server_os" 8 }, 9 { 10 "name": "CtsUiAutomationTestCases", 11 "options": [ 12 { 13 "include-filter": "android.app.uiautomation.cts.UiAutomationTest#testAdoptAllShellPermissions" 14 }, 15 { 16 "include-filter": "android.app.uiautomation.cts.UiAutomationTest#testAdoptSomeShellPermissions" 17 }, 18 { 19 "exclude-annotation": "androidx.test.filters.FlakyTest" 20 } 21 ] 22 } 23 ], 24 "postsubmit": [ 25 { 26 "name": "CtsBugreportTestCases" 27 }, 28 { 29 "name": "ShellTests" 30 } 31 ] 32} 33