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

Commit 2cb687bb authored by Neil Fuller's avatar Neil Fuller Committed by Android (Google) Code Review
Browse files

Merge "TEST_MAPPING for time / zone detector services" into main

parents 6d617f78 4b0a5f12
Loading
Loading
Loading
Loading
+13 −0
Original line number Diff line number Diff line
{
  // TODO(b/182461754): Change to "presubmit" when go/test-mapping-slo-guide allows.
  "postsubmit": [
    {
      "name": "FrameworksServicesTests",
      "options": [
        {
          "include-filter": "com.android.server.timedetector."
        }
      ]
    }
  ]
}
+13 −0
Original line number Diff line number Diff line
{
  // TODO(b/182461754): Change to "presubmit" when go/test-mapping-slo-guide allows.
  "postsubmit": [
    {
      "name": "FrameworksServicesTests",
      "options": [
        {
          "include-filter": "com.android.server.timezonedetector."
        }
      ]
    }
  ]
}