summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Dipankar Bhardwaj <dipankarb@google.com> 2024-08-19 15:15:12 +0000
committer Dipankar Bhardwaj <dipankarb@google.com> 2024-08-19 15:15:12 +0000
commit426f6f91f463e62fa3bd62a6fb8bd6f7b6861161 (patch)
treecc452c45dd4cd905092c4cf756027c1298c3c492
parent43d00a8bdf43d9ee67768624ac37771bae05e6d9 (diff)
Add TEST_MAPPING file for ExternalStorageProvider package
Change-Id: I4d8c7ce3c49fd59ea903fcece7b2910d89e5f33a Test: n/a Bug: 360830888 Flag: EXEMPT not applicable
-rw-r--r--packages/ExternalStorageProvider/TEST_MAPPING15
1 files changed, 15 insertions, 0 deletions
diff --git a/packages/ExternalStorageProvider/TEST_MAPPING b/packages/ExternalStorageProvider/TEST_MAPPING
new file mode 100644
index 000000000000..dfa0c84cad19
--- /dev/null
+++ b/packages/ExternalStorageProvider/TEST_MAPPING
@@ -0,0 +1,15 @@
+{
+ "postsubmit": [
+ {
+ "name": "ExternalStorageProviderTests",
+ "options": [
+ {
+ "exclude-annotation": "org.junit.Ignore"
+ },
+ {
+ "exclude-annotation": "androidx.test.filters.FlakyTest"
+ }
+ ]
+ }
+ ]
+}