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

Commit 3815892f authored by Mike Schneider's avatar Mike Schneider Committed by Android (Google) Code Review
Browse files

Revert "Add sysui and WM shell tests to presubmit"

This reverts commit 34a28168.

Reason for revert: b/411073293

Bug: 379248269
Bug: 411073293
Change-Id: I5bbab28045bb764515acd0b7adef99a83914a5b7
parent 34a28168
Loading
Loading
Loading
Loading
+6 −25
Original line number Diff line number Diff line
@@ -3,31 +3,12 @@
    {
      "name": "mechanics_tests",
      "options": [
        {"exclude-annotation": "org.junit.Ignore"},
        {"exclude-annotation": "androidx.test.filters.FlakyTest"}
      ]
    },
        {
      "name": "SystemUIGoogleTests",
      "options": [
        {"exclude-annotation": "org.junit.Ignore"},
        {"exclude-annotation": "androidx.test.filters.FlakyTest"}
      ]
          "exclude-annotation": "org.junit.Ignore"
        },
        {
      "name": "WMShellUnitTests",
      "options": [
        {"exclude-annotation": "org.junit.Ignore"},
        {"exclude-annotation": "androidx.test.filters.FlakyTest"}
      ]
          "exclude-annotation": "androidx.test.filters.FlakyTest"
        }
  ],
  "presubmit-large": [
    {
      "name": "SystemUITests",
      "options": [
        {"exclude-annotation": "org.junit.Ignore"},
        {"exclude-annotation": "androidx.test.filters.FlakyTest"}
      ]
    }
  ]