1{ 2 "tv-postsubmit": [ 3 { 4 "name": "SystemUITests", 5 "options": [ 6 {"include-filter": "com.android.systemui.screenrecord.ScreenRecordPermissionDialogDelegateTest"}, 7 {"include-filter": "com.android.systemui.mediaprojection.permission"}, 8 {"include-filter": "com.android.systemui.sensorprivacy"}, 9 {"include-filter": "com.android.systemui.toast"}, 10 {"include-filter": "com.android.systemui.usb"}, 11 {"include-filter": "com.android.systemui.volume"}, 12 {"exclude-annotation": "org.junit.Ignore"}, 13 {"exclude-annotation": "androidx.test.filters.FlakyTest"} 14 ] 15 }, 16 { 17 "name": "TvSystemUITests", 18 "options": [ 19 {"exclude-annotation": "org.junit.Ignore"}, 20 {"exclude-annotation": "androidx.test.filters.FlakyTest"} 21 ] 22 }, 23 { 24 "name": "WMShellUnitTests", 25 "options": [ 26 {"include-filter": "com.android.wm.shell.pip.tv"}, 27 {"exclude-annotation": "org.junit.Ignore"}, 28 {"exclude-annotation": "androidx.test.filters.FlakyTest"} 29 ] 30 }, 31 { 32 "name": "VpnDialogsTests", 33 "options": [ 34 {"exclude-annotation": "org.junit.Ignore"}, 35 {"exclude-annotation": "androidx.test.filters.FlakyTest"} 36 ] 37 }, 38 { 39 "name": "CtsSystemUiTestCases", 40 "options": [ 41 {"exclude-annotation": "org.junit.Ignore"}, 42 {"exclude-annotation": "androidx.test.filters.FlakyTest"} 43 ] 44 }, 45 { 46 "name": "CtsWindowManagerDeviceOther", 47 "options": [ 48 {"include-filter": "android.server.wm.other.PinnedStackTests"}, 49 {"include-filter": "android.server.wm.other.TvMaxWindowSizeTests"}, 50 {"include-filter": "android.server.wm.other.PictureInPictureParamsBuilderTest"}, 51 {"include-filter": "android.server.wm.other.PrivacyIndicatorBoundsTests"}, 52 {"include-filter": "android.server.wm.other.KeepClearRectsTests"}, 53 {"include-filter": "android.server.wm.other.DreamManagerServiceTests"}, 54 55 {"exclude-filter": "android.server.wm.other.PinnedStackTests#testPreventSetAspectRatioWhileExpanding"}, 56 {"exclude-filter": "android.server.wm.other.PinnedStackTests#testConfigurationChangeOrderDuringTransition"}, 57 {"exclude-filter": "android.server.wm.other.PinnedStackTests#testLaunchTaskByAffinityMatchSingleTask"}, 58 {"exclude-filter": "android.server.wm.other.PinnedStackTests#testPipFromTaskWithMultipleActivitiesAndExpandPip"}, 59 60 {"exclude-annotation": "org.junit.Ignore"}, 61 {"exclude-annotation": "androidx.test.filters.FlakyTest"} 62 ] 63 } 64 ] 65}