1{ 2 "presubmit-large": [ 3 { 4 "name": "CtsPackageManagerTestCases", 5 "options": [ 6 { 7 "exclude-annotation": "androidx.test.filters.FlakyTest" 8 }, 9 { 10 "exclude-annotation": "org.junit.Ignore" 11 }, 12 { 13 "exclude-filter": "android.content.pm.cts.PackageManagerShellCommandMultiUserTest" 14 } 15 ] 16 } 17 ], 18 "postsubmit": [ 19 { 20 "name": "CtsPackageManagerTestCases", 21 "options": [ 22 { 23 "exclude-annotation": "androidx.test.filters.FlakyTest" 24 }, 25 { 26 "exclude-annotation": "org.junit.Ignore" 27 }, 28 { 29 "exclude-filter": "android.content.pm.cts.PackageManagerShellCommandMultiUserTest" 30 } 31 ] 32 } 33 ], 34 "postsubmit": [ 35 { 36 "name": "CtsPackageManagerTestCases", 37 "options": [ 38 { 39 "include-filter": "android.content.pm.cts.PackageManagerShellCommandMultiUserTest" 40 } 41 ] 42 } 43 ] 44} 45