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

Commit 59323389 authored by Robin Lee's avatar Robin Lee
Browse files

Add TEST_MAPPING for LightsService

Test: N/A
Bug: 154638739
Change-Id: I57ad181571ce357fe54420d049b7877d5c5ebc72
parent ef87e2e5
Loading
Loading
Loading
Loading
+21 −0
Original line number Original line 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"}
      ]
    }
  ]
}