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

Commit b5c56845 authored by Mike Schneider's avatar Mike Schneider
Browse files

Add SysUI tests to presubmit

This rolls forward only the SysUI part or the change.

WMShell will be adressed in a separate followup CL


Flag: TEST_ONLY
Bug: 379248269
Change-Id: I1cbf0a8fa66f7cce04bd3f10d8e42678b578b08b
parent 3815892f
Loading
Loading
Loading
Loading
+18 −6
Original line number Diff line number Diff line
@@ -3,12 +3,24 @@
    {
      "name": "mechanics_tests",
      "options": [
        {
          "exclude-annotation": "org.junit.Ignore"
        {"exclude-annotation": "org.junit.Ignore"},
        {"exclude-annotation": "androidx.test.filters.FlakyTest"}
      ]
    },
    {
          "exclude-annotation": "androidx.test.filters.FlakyTest"
      "name": "SystemUIGoogleTests",
      "options": [
        {"exclude-annotation": "org.junit.Ignore"},
        {"exclude-annotation": "androidx.test.filters.FlakyTest"}
      ]
    }
  ],
  "presubmit-large": [
    {
      "name": "SystemUITests",
      "options": [
        {"exclude-annotation": "org.junit.Ignore"},
        {"exclude-annotation": "androidx.test.filters.FlakyTest"}
      ]
    }
  ]