summaryrefslogtreecommitdiff
path: root/packages/SystemUI/compose/features/TEST_MAPPING
blob: 7430acb2e900c665d482593a8f1f35f405b57c07 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
{
  "presubmit": [
    {
      "name": "SystemUIComposeFeaturesTests",
      "options": [
        {
          "exclude-annotation": "org.junit.Ignore"
        },
        {
          "exclude-annotation": "androidx.test.filters.FlakyTest"
        }
      ]
    },
    {
      "name": "SystemUIComposeGalleryTests",
      "options": [
        {
          "exclude-annotation": "org.junit.Ignore"
        },
        {
          "exclude-annotation": "androidx.test.filters.FlakyTest"
        }
      ]
    }
  ]
}