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

Commit 5c532ab4 authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Add SysUI tests to presubmit" into main

parents 68a2c201 b5c56845
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"}
      ]
    }
  ]