diff --git a/TEST_MAPPING b/TEST_MAPPING new file mode 100644 index 00000000000..8061cb4669f --- /dev/null +++ b/TEST_MAPPING @@ -0,0 +1,12 @@ +{ + "postsubmit": [ + { + "name": "SettingsUnitTests", + "options": [ + { + "exclude-annotation": "androidx.test.filters.FlakyTest" + } + ] + } + ] +}