1{ 2 "presubmit-large": [ 3 { 4 "name": "CtsAppTestCases", 5 "options": [ 6 { 7 "exclude-annotation": "android.platform.test.annotations.LargeTest" 8 }, 9 { 10 "exclude-annotation": "android.platform.test.annotations.FlakyTest" 11 }, 12 { 13 "exclude-annotation": "androidx.test.filters.LargeTest" 14 }, 15 { 16 "exclude-annotation": "androidx.test.filters.FlakyTest" 17 } 18 ] 19 } 20 ], 21 "postsubmit": [ 22 { 23 "name": "CtsAppTestCases" 24 } 25 ] 26} 27