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

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

Merge "Revert "Add sysui and WM shell tests to presubmit"" into main

parents c7caa5a9 3815892f
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"}
      ]
    }
  ]