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

Commit 0b9bff2b authored by Tyler Freeman's avatar Tyler Freeman
Browse files

fix(a11y tests): ignore tests marked @FlakyTest, @Ignore, @Postsubmit, etc

Bug: 308152609
Test: yes

Change-Id: I239927491bd5b3c3c6df69015b0fda3ba5ec1b9d
parent 8590710e
Loading
Loading
Loading
Loading
+12 −0
Original line number Original line Diff line number Diff line
@@ -5,6 +5,18 @@
      "options": [
      "options": [
        {
        {
          "include-filter": "com.android.systemui.accessibility"
          "include-filter": "com.android.systemui.accessibility"
        },
        {
            "exclude-annotation": "org.junit.Ignore"
        },
        {
            "exclude-annotation": "android.platform.test.annotations.Postsubmit"
        },
        {
            "exclude-annotation": "android.platform.test.annotations.FlakyTest"
        },
        {
            "exclude-annotation": "androidx.test.filters.FlakyTest"
        }
        }
      ]
      ]
    }
    }