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

Commit a071bbd8 authored by Tyler Freeman's avatar Tyler Freeman Committed by Android (Google) Code Review
Browse files

Merge "fix(a11y tests): ignore tests marked @FlakyTest, @Ignore, @Postsubmit, etc" into main

parents 66f6728e 0b9bff2b
Loading
Loading
Loading
Loading
+12 −0
Original line number Diff line number Diff line
@@ -5,6 +5,18 @@
      "options": [
        {
          "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"
        }
      ]
    }