summaryrefslogtreecommitdiff
path: root/packages/ExternalStorageProvider/TEST_MAPPING
blob: dfa0c84cad1905bb121a5dec781f6f2dad2d3342 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
  "postsubmit": [
    {
      "name": "ExternalStorageProviderTests",
      "options": [
        {
          "exclude-annotation": "org.junit.Ignore"
        },
        {
          "exclude-annotation": "androidx.test.filters.FlakyTest"
        }
      ]
    }
  ]
}