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

Commit 911e5628 authored by Neil Fuller's avatar Neil Fuller
Browse files

Switch "postsubmit" to "presubmit" after soak

Switch to presubmit after the tests have run in postsubmit for a while.

Test: treehugger
Bug: 182461754
Change-Id: Id946eea7785454f2a178d75f4323447ecba14f8f
parent eefc1883
Loading
Loading
Loading
Loading
+1 −4
Original line number Diff line number Diff line
@@ -7,10 +7,7 @@
          "exclude-annotation": "androidx.test.filters.FlakyTest"
        }
      ]
    }
  ],
  // TODO(b/182461754): Change to "presubmit" when go/test-mapping-slo-guide allows.
  "postsubmit": [
    },
    {
      "name": "FrameworksTimeServicesTests"
    }
+3 −3
Original line number Diff line number Diff line
@@ -7,15 +7,15 @@
          "exclude-annotation": "androidx.test.filters.FlakyTest"
        }
      ]
    },
    {
      "name": "FrameworksTimeServicesTests"
    }
  ],
  // TODO(b/182461754): Change to "presubmit" when go/test-mapping-slo-guide allows.
  "postsubmit": [
    {
      "name": "CtsLocationTimeZoneManagerHostTest"
    },
    {
      "name": "FrameworksTimeServicesTests"
    }
  ]
}