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

Commit 83b1f4ed authored by Fabian Kozynski's avatar Fabian Kozynski Committed by Android (Google) Code Review
Browse files

Merge "Better TEST_MAPPING for TileService tests"

parents 7cf3025e e40cfde1
Loading
Loading
Loading
Loading
+15 −0
Original line number Original line 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 Original line Diff line number Diff line
{
{
  "presubmit": [
  "presubmit": [
    {
    {
      "name": "CtsAppTestCases",
      "name": "CtsTileServiceTestCases",
      "options": [
      "options": [
        {
          "include-filter": "android.app.cts.TileServiceTest"
        },
        {
          "include-filter": "android.app.cts.BooleanTileServiceTest"
        },
        {
        {
          "exclude-annotation": "org.junit.Ignore"
          "exclude-annotation": "org.junit.Ignore"
        },
        },
+29 −0
Original line number Original line 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