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

Commit e40cfde1 authored by Fabian Kozynski's avatar Fabian Kozynski
Browse files

Better TEST_MAPPING for TileService tests

Test: atest
Fixes: 20023466
Change-Id: I5ba08c77aec8b93f0c7b9268e22d5c3aa0b4f7e9
parent a3017177
Loading
Loading
Loading
Loading
+15 −0
Original line number Diff line number Diff line
{
  "presubmit": [
    {
      "name": "CtsTileServiceTestCases",
      "options": [
        {
          "exclude-annotation": "org.junit.Ignore"
        },
        {
          "exclude-annotation": "androidx.test.filters.FlakyTest"
        }
      ]
    }
  ]
}
 No newline at end of file
+1 −7
Original line number Diff line number Diff line
{
  "presubmit": [
    {
      "name": "CtsAppTestCases",
      "name": "CtsTileServiceTestCases",
      "options": [
        {
          "include-filter": "android.app.cts.TileServiceTest"
        },
        {
          "include-filter": "android.app.cts.BooleanTileServiceTest"
        },
        {
          "exclude-annotation": "org.junit.Ignore"
        },
+29 −0
Original line number Diff line number Diff line
{
  "presubmit": [
    {
      "name": "CtsTileServiceTestCases",
      "options": [
        {
          "exclude-annotation": "org.junit.Ignore"
        },
        {
          "exclude-annotation": "androidx.test.filters.FlakyTest"
        }
      ]
    },
    {
      "name": "CtsAppTestCases",
      "options": [
        {
          "exclude-annotation": "org.junit.Ignore"
        },
        {
          "exclude-annotation": "androidx.test.filters.FlakyTest"
        },
        {
          "include-filter": "android.app.cts.RequestTileServiceAddTest"
        }
      ]
    }
  ]
}
 No newline at end of file