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

Commit cf7b3c37 authored by Dipankar Bhardwaj's avatar Dipankar Bhardwaj Committed by Android (Google) Code Review
Browse files

Merge "Add TEST_MAPPING for ExternalStorageProviderTests" into main

parents e3e4506e 5989a6d9
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",
    ],