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

Commit 76621476 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Add TEST_MAPPING for LightsService" into rvc-dev am: e8c53fee am: 58f3ac23

Change-Id: I26cf06aed436a57b999e7887f6e59dfae795835e
parents 01665b72 58f3ac23
Loading
Loading
Loading
Loading
+21 −0
Original line number Diff line number Diff line
{
  "presubmit": [
    {
      "name": "CtsHardwareTestCases",
      "options": [
        {"include-filter": "com.android.hardware.lights"},
        {"exclude-annotation": "android.platform.test.annotations.FlakyTest"},
        {"exclude-annotation": "androidx.test.filters.LargeTest"},
        {"exclude-annotation": "androidx.test.filters.FlakyTest"}
      ]
    },
    {
      "name": "FrameworksServicesTests",
      "options": [
        {"include-filter": "com.android.server.lights"},
        {"exclude-annotation": "android.platform.test.annotations.FlakyTest"},
        {"exclude-annotation": "androidx.test.filters.FlakyTest"}
      ]
    }
  ]
}