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

Commit 021c7f24 authored by Riley Jones's avatar Riley Jones
Browse files

Fix for A11yMenu test mapping to include postsubmit

Test: Test mapping change
Flag: NONE
Change-Id: I46efc1c3062d8b002ffdfbe71b9330664606c5b3
parent e41e4419
Loading
Loading
Loading
Loading
+9 −2
Original line number Diff line number Diff line
@@ -4,8 +4,15 @@
      "name": "AccessibilityMenuServiceTests",
      "options": [
        {
          "include-annotation": "android.platform.test.annotations.Presubmit"
        },
          "exclude-annotation": "android.support.test.filters.FlakyTest"
        }
      ]
    }
  ],
  "postsubmit": [
    {
      "name": "AccessibilityMenuServiceTests",
      "options": [
        {
          "exclude-annotation": "android.support.test.filters.FlakyTest"
        }