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

Commit 0d1e1d50 authored by Daniel Norman's avatar Daniel Norman
Browse files

Runs more Accessibility tests in TEST_MAPPING presubmit.

Do this by removing the include-filter that we only run tests
marked with the @Presubmit annotation. All tests are
currently passing, so lets run them all. We can keep the
exclude-@FlakyTest annotation for now to still be able to
temporarily exclude one-off failures while we investigate them.

See test results:
- https://screenshot.googleplex.com/3XRncXcgHvJoxHS
- https://screenshot.googleplex.com/C9PgA9765TrzyDM

Bug: 278920911
Test: (run presubmit...?)
Change-Id: I0ea6606c64287f501d7ea41ce236c6d0e614e382
parent 2c6c78fc
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
{
  "postsubmit": [
  "presubmit": [
    {
      "name": "SystemUITests",
      "options": [
+0 −6
Original line number Diff line number Diff line
@@ -3,9 +3,6 @@
    {
      "name": "CtsAccessibilityServiceTestCases",
      "options": [
        {
          "include-annotation": "android.platform.test.annotations.Presubmit"
        },
        {
          "exclude-annotation": "androidx.test.filters.FlakyTest"
        }
@@ -14,9 +11,6 @@
    {
      "name": "CtsAccessibilityTestCases",
      "options": [
        {
          "include-annotation": "android.platform.test.annotations.Presubmit"
        },
        {
          "exclude-annotation": "androidx.test.filters.FlakyTest"
        }