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

Commit 4d46518b authored by Dan Shi's avatar Dan Shi
Browse files

Move CtsTelecomTestCases to group presubmit-large

Also move OverlayRemountedTest, RollbackTest

The test config takes longer than 15mins to run. Move it to a dedicated
group for running slow presubmit Test Mapping test.

Bug: 174654670
Bug: 174495337
Test: none
Change-Id: Ie134c5d171bd99cca908f316d03050001c22ac32
parent f8641165
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
{
  "presubmit": [
  "presubmit-large": [
    {
      "name" : "OverlayRemountedTest"
    }
+5 −3
Original line number Diff line number Diff line
@@ -14,9 +14,6 @@
    {
      "name": "OverlayHostTests"
    },
    {
      "name": "OverlayRemountedTest"
    },
    {
      "name": "CtsAppSecurityHostTestCases",
      "options": [
@@ -25,5 +22,10 @@
        }
      ]
    }
  ],
  "presubmit-large": [
    {
      "name": "OverlayRemountedTest"
    }
  ]
}
+3 −1
Original line number Diff line number Diff line
@@ -23,7 +23,9 @@
          "exclude-annotation": "androidx.test.filters.FlakyTest"
        }
      ]
    },
    }
  ],
  "presubmit-large": [
    {
      "name": "CtsTelecomTestCases",
      "options": [
+1 −1
Original line number Diff line number Diff line
{
  "presubmit": [
  "presubmit-large": [
    {
      "name": "RollbackTest"
    },