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

Commit d89acc64 authored by Daniel Norman's avatar Daniel Norman
Browse files

Run all non-@FlakyTests in presubmit.

By removing the limitation to only run @Presubmit tests, we opt in
all tests in these packages by default. Flaky tests can continue to be
skipped individually by using @FlakyTest annotation, but that should
be done sparingly and with bugs tracking to fix specific failures.

Bug: 278920911
Change-Id: I2727fa90f8a04dbdd369928599ddf572bac46ee5
parent 48df4aa1
Loading
Loading
Loading
Loading
+1 −5
Original line number Diff line number Diff line
@@ -19,9 +19,6 @@
    {
      "name": "CtsUiAutomationTestCases",
      "options": [
        {
          "include-annotation": "android.platform.test.annotations.Presubmit"
        },
        {
          "exclude-annotation": "androidx.test.filters.FlakyTest"
        }
@@ -41,9 +38,8 @@
    {
      "name": "FrameworksCoreTests",
      "options": [
        // TODO(b/267225211) Include android.accessibilityservice in presubmit after
        // checking stability in postsubmit (and fixing if necessary)
        {
          "include-filter": "android.accessibilityservice",
          "include-filter": "android.view.accessibility",
          "include-filter": "com.android.internal.accessibility"
        },