blob: e3b491567884fe1b753953b3bc62f1971e1551f2 [file] [log] [blame]
Ming-Shin Lub396cdf2020-12-01 19:35:22 +08001{
2 "presubmit": [
3 {
4 "name": "CtsWindowManagerDeviceTestCases",
5 "options": [
6 {
7 "include-filter": "android.server.wm.WindowInsetsAnimationControllerTests"
8 },
9 {
10 "exclude-annotation": "androidx.test.filters.FlakyTest"
11 }
12 ]
13 }
14 ]
15}