1{ 2 // TODO(b/204107787): Re-enable this once MP from master can be installed on R and S devices 3 // "mainline-presubmit": [ 4 // { 5 // "name": "MediaProviderTests[com.google.android.mediaprovider.apex]" 6 // } 7 // { 8 // "name": "MediaProviderTests[com.google.android.mediaprovider.apex]" 9 // }, 10 // { 11 // "name": "CtsScopedStorageCoreHostTest" 12 // }, 13 // { 14 // "name": "CtsScopedStorageHostTest" 15 // }, 16 // { 17 // "name": "CtsScopedStorageDeviceOnlyTest" 18 // }, 19 // { 20 // "name": "CtsMediaProviderTranscodeTests[com.google.android.mediaprovider.apex]" 21 // } 22 // ], 23 "presubmit": [ 24 { 25 "name": "MediaProviderTests" 26 }, 27 { 28 "name": "MediaProviderClientTests", 29 "options": [ 30 { 31 "exclude-annotation": "androidx.test.filters.LargeTest" 32 }, 33 { 34 "exclude-annotation": "androidx.test.filters.FlakyTest" 35 } 36 ] 37 }, 38 { 39 "name": "CtsProviderTestCases", 40 "options": [ 41 { 42 "include-filter": "android.provider.cts.media." 43 } 44 ] 45 }, 46 { 47 // This is a typo and is tracked in b/155715039 but flaky on CF. 48 // Will fix this once the root cause of flake is fixed. 49 "name": "AdoptableHostTest" 50 }, 51 { 52 "name": "CtsScopedStorageCoreHostTest" 53 }, 54 { 55 "name": "CtsScopedStorageHostTest" 56 }, 57 { 58 "name": "CtsScopedStorageDeviceOnlyTest" 59 }, 60 { 61 "name": "fuse_node_test" 62 }, 63 { 64 "name": "CtsPhotoPickerTest" 65 } 66 ], 67 "postsubmit": [ 68 { 69 "name": "MediaProviderClientTests" 70 }, 71 { 72 // TODO(b/222253890): Move these tests back to presubmit once the bug is fixed. 73 "name": "CtsMediaProviderTranscodeTests" 74 }, 75 { 76 "name": "CtsAppSecurityHostTestCases", 77 "options": [ 78 { 79 "include-filter": "android.appsecurity.cts.ExternalStorageHostTest" 80 } 81 ] 82 } 83 ] 84} 85