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

Commit 34a28168 authored by Mike Schneider's avatar Mike Schneider
Browse files

Add sysui and WM shell tests to presubmit

Flag: TEST_ONLY
Bug: 379248269
Change-Id: I024cdc26f5cda97126aa8d941989d51bc1b07e04
parent ed20edd6
Loading
Loading
Loading
Loading
+25 −6
Original line number Diff line number Diff line
@@ -3,12 +3,31 @@
    {
      "name": "mechanics_tests",
      "options": [
        {"exclude-annotation": "org.junit.Ignore"},
        {"exclude-annotation": "androidx.test.filters.FlakyTest"}
      ]
    },
    {
          "exclude-annotation": "org.junit.Ignore"
      "name": "SystemUIGoogleTests",
      "options": [
        {"exclude-annotation": "org.junit.Ignore"},
        {"exclude-annotation": "androidx.test.filters.FlakyTest"}
      ]
    },
    {
          "exclude-annotation": "androidx.test.filters.FlakyTest"
      "name": "WMShellUnitTests",
      "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"}
      ]
    }
  ]