diff options
author | 2021-01-28 10:50:01 +0000 | |
---|---|---|
committer | 2021-01-28 10:54:59 +0000 | |
commit | 7024bc50eb0be93aff15ebd8402b2ce1961c973d (patch) | |
tree | 36a6643610b6d41a51ed9f80215c715383636b96 /TEST_MAPPING | |
parent | a7f14d7449c59d11b7d9466a859596ed23dcd53f (diff) |
Exclude MediaProviderClientTests @FlakyTest from presubmit
Test: m
Bug: 176977253
Change-Id: I94164cf76fa82e6441f059763f261ea11da5c2ec
Diffstat (limited to 'TEST_MAPPING')
-rw-r--r-- | TEST_MAPPING | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/TEST_MAPPING b/TEST_MAPPING index 74ff71e12..2994320cf 100644 --- a/TEST_MAPPING +++ b/TEST_MAPPING @@ -8,6 +8,9 @@ "options": [ { "exclude-annotation": "androidx.test.filters.LargeTest" + }, + { + "exclude-annotation": "androidx.test.filters.FlakyTest" } ] }, |