{ "presubmit": [ { "name": "CtsNotificationTestCases", "options": [ { "exclude-annotation": "android.platform.test.annotations.FlakyTest" }, { "exclude-annotation": "androidx.test.filters.FlakyTest" }, { "exclude-annotation": "org.junit.Ignore" }, { "exclude-annotation": "android.platform.test.annotations.LargeTest" }, { "exclude-annotation": "androidx.test.filters.LargeTest" } ] } ], "postsubmit": [ { "name": "CtsNotificationTestCases" } ] }