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

Commit b932d5d4 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:...

Merge "Add TEST_MAPPING for LightsService" into rvc-dev am: e8c53fee am: b64f3a3f am: 3943ae34 am: b314c20e

Change-Id: Ida525271d9ac0fa333e0e25f82776b42a04eaae1
parents f3345982 b314c20e
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"}
      ]
    }
  ]
}