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

Commit 3853076b authored by Songchun Fan's avatar Songchun Fan Committed by Song Chun Fan
Browse files

Excluding long incremental stats tests from presubmit

BUG: 293380233
Test: presubmit
Change-Id: I3519bf2260a4c967a033cb4330e41a86f1a124e4
parent 5f5f3f0f
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"
        }
      ]
    }
  ]
}