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

Commit 29c7a2b3 authored by Marin Shalamanov's avatar Marin Shalamanov
Browse files

Run com.android.server.display tests cases in presubmit.

Test: With and without this change run:
      cd frameworks/base/services/core/java/com/android/server/display
      atest --test-mapping TEST_MAPPING:presubmit
      Check that LocalDisplayAdapterTest is run with this change.
Change-Id: Id806e7e4df03673fdb6ac2516326cfe1931831a1
parent 135dc67c
Loading
Loading
Loading
Loading
+12 −0
Original line number Diff line number Diff line
{
    "presubmit": [
        {
            "name": "FrameworksMockingServicesTests",
            "options": [
                {"include-filter": "com.android.server.display"},
                {"exclude-annotation": "android.platform.test.annotations.FlakyTest"},
                {"exclude-annotation": "androidx.test.filters.FlakyTest"}
            ]
        }
    ]
}
 No newline at end of file