Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5989a6d9 authored by Dipankar Bhardwaj's avatar Dipankar Bhardwaj
Browse files

Add TEST_MAPPING for ExternalStorageProviderTests

Change-Id: Ia1cbe50269edaf69627878dc77d34b487d0475df
Test: n/a
Bug: 360830888
Flag: EXEMPT not applicable
parent 176c12e0
Loading
Loading
Loading
Loading
+15 −0
Original line number Diff line number Diff line
{
  "postsubmit": [
    {
      "name": "ExternalStorageProviderTests",
      "options": [
        {
          "exclude-annotation": "org.junit.Ignore"
        },
        {
          "exclude-annotation": "androidx.test.filters.FlakyTest"
        }
      ]
    }
  ]
}
+4 −0
Original line number Diff line number Diff line
@@ -12,6 +12,10 @@ android_test {

    manifest: "AndroidManifest.xml",

    test_suites: [
        "general-tests",
    ],

    srcs: [
        "src/**/*.java",
    ],