diff --git a/TEST_MAPPING b/TEST_MAPPING new file mode 100644 index 000000000000..1e0b58ef973c --- /dev/null +++ b/TEST_MAPPING @@ -0,0 +1,12 @@ +{ + "presubmit": [ + { + "name": "FrameworksUiServicesTests", + "options": [ + { + "exclude-annotation": "androidx.test.filters.FlakyTest" + } + ] + } + ] +}