diff options
author | 2024-10-02 16:23:44 +0000 | |
---|---|---|
committer | 2024-10-02 16:23:44 +0000 | |
commit | cee53937ca1a940bdd55e2e8da332166c5d930a8 (patch) | |
tree | 2dfdc519ce9990d602267d8bd32d9cc2a816055d /TEST_MAPPING | |
parent | 89ed3193ba1973b86b0505ea71ea56c79bf42087 (diff) |
Add CtsScopedStoragePublicVolumeHostTest to test mapping for postsubmit runs
Change-Id: Iec498886c6688b0c677f677dccf3508ad0116515
Test: atest in TEST_MAPPING directory
Bug: 367773001
Flag: EXEMPT test mapping change
Diffstat (limited to 'TEST_MAPPING')
-rw-r--r-- | TEST_MAPPING | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/TEST_MAPPING b/TEST_MAPPING index e677599d6..1765fbcaa 100644 --- a/TEST_MAPPING +++ b/TEST_MAPPING @@ -271,6 +271,14 @@ "include-annotation": "com.android.providers.media.library.RunOnlyOnPostsubmit" } ] + }, + { + "name": "CtsScopedStoragePublicVolumeHostTest", + "options": [ + { + "exclude-annotation": "androidx.test.filters.FlakyTest" + } + ] } ], "mainline-postsubmit": [ @@ -290,6 +298,9 @@ "exclude-annotation": "androidx.test.filters.LargeTest" } ] + }, + { + "name": "CtsScopedStoragePublicVolumeHostTest[com.google.android.mediaprovider.apex]" } ] } |