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

Commit c5c66d40 authored by Fiona Campbell's avatar Fiona Campbell Committed by Android (Google) Code Review
Browse files

Merge "Add TEST_MAPPING for displayservicetests" into udc-qpr-dev

parents 9958309d 150b8d7d
Loading
Loading
Loading
Loading
+11 −10
Original line number Original line Diff line number Diff line
{
{
    "presubmit": [
    "presubmit": [
        {
        {
            "name": "FrameworksMockingServicesTests",
            "name": "DisplayServiceTests",
            "options": [
                {"include-filter": "com.android.server.display"},
                {"exclude-annotation": "android.platform.test.annotations.FlakyTest"},
                {"exclude-annotation": "androidx.test.filters.FlakyTest"}
            ]
        },
        {
            "name": "FrameworksServicesTests",
            "options": [
            "options": [
                {"include-filter": "com.android.server.display"},
                {"include-filter": "com.android.server.display"},
                {"exclude-annotation": "android.platform.test.annotations.FlakyTest"},
                {"exclude-annotation": "android.platform.test.annotations.FlakyTest"},
@@ -31,5 +23,14 @@
                }
                }
            ]
            ]
        }
        }
    ],
    "postsubmit": [
        {
            "name": "DisplayServiceTests",
            "options": [
                {"include-filter": "com.android.server.display"},
                {"exclude-annotation": "org.junit.Ignore"}
            ]
        }
    ]
    ]
}
}
+2 −8
Original line number Original line Diff line number Diff line
{
{
  "presubmit": [
  "imports": [
    {
    {
      "name": "DisplayServiceTests",
      "path": "frameworks/base/services/core/java/com/android/server/display"
      "options": [
        {"include-filter": "com.android.server.display"},
        {"exclude-annotation": "android.platform.test.annotations.FlakyTest"},
        {"exclude-annotation": "androidx.test.filters.FlakyTest"},
        {"exclude-annotation": "org.junit.Ignore"}
      ]
    }
    }
  ]
  ]
}
}