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

Commit 542727b7 authored by Vladimir Komsiyski's avatar Vladimir Komsiyski
Browse files

More fixes to the VDM presubmit test mapping.

Fix the FlakyTest annotations because they are different in each module.

Add AccessibilityDisplayProxyTest.

Bug: n/a
Change-Id: I3b9fbbc3bde8d1878f5bf223308786d48fe9bbed
Test: n/a
parent 227073ae
Loading
Loading
Loading
Loading
+12 −1
Original line number Diff line number Diff line
@@ -39,10 +39,21 @@
          "include-filter": "android.hardware.input.cts.tests"
        },
        {
          "exclude-annotation": "androidx.test.filters.FlakyTest"
          "exclude-annotation": "android.platform.test.annotations.FlakyTest"
        }
      ],
      "file_patterns": ["Virtual[^/]*\\.java"]
    },
    {
      "name": "CtsAccessibilityServiceTestCases",
      "options": [
        {
          "include-filter": "android.accessibilityservice.cts.AccessibilityDisplayProxyTest"
        },
        {
          "exclude-annotation": "android.support.test.filters.FlakyTest"
        }
      ]
    }
  ]
}