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

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

Merge "Excluding long incremental stats tests from presubmit" into main

parents 7ac91f33 3853076b
Loading
Loading
Loading
Loading
+16 −1
Original line number Diff line number Diff line
@@ -9,7 +9,12 @@
      ]
    },
    {
      "name": "CtsPackageManagerIncrementalStatsHostTestCases"
      "name": "CtsPackageManagerIncrementalStatsHostTestCases",
      "options": [
        {
          "exclude-annotation": "android.platform.test.annotations.LargeTest"
        }
      ]
    },
    {
      "name": "CtsIncrementalInstallHostTestCases"
@@ -42,5 +47,15 @@
    {
      "name": "CtsIncrementalInstallHostTestCases"
    }
  ],
  "postsubmit": [
    {
      "name": "CtsPackageManagerIncrementalStatsHostTestCases",
      "options": [
        {
          "include-annotation": "android.platform.test.annotations.LargeTest"
        }
      ]
    }
  ]
}