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

Commit 874e2f96 authored by Neil Fuller's avatar Neil Fuller
Browse files

Add CTS tests to presubmit for time changes

This change should make "time" CTS tests run in treehugger when the
associated system server code changes.

Bug: 188780558
Test: treehugger only
Change-Id: Id8dddf24d792c0142175aa46813beb58db6c8592
parent 47c1c1ff
Loading
Loading
Loading
Loading
+20 −0
Original line number Diff line number Diff line
{
  "presubmit": [
    {
      "name": "FrameworksServicesTests",
      "options": [
        {
          "include-filter": "com.android.server.timedetector."
        }
      ]
    },
    {
      "name": "CtsTimeTestCases",
      "options": [
        {
          "exclude-annotation": "androidx.test.filters.FlakyTest"
        }
      ]
    }
  ]
}
+8 −0
Original line number Diff line number Diff line
@@ -7,6 +7,14 @@
          "include-filter": "com.android.server.timezonedetector."
        }
      ]
    },
    {
      "name": "CtsTimeTestCases",
      "options": [
        {
          "exclude-annotation": "androidx.test.filters.FlakyTest"
        }
      ]
    }
  ]
}