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

Commit 0e595dc7 authored by Rubin Xu's avatar Rubin Xu Committed by Automerger Merge Worker
Browse files

Merge "Add locksettings unit tests to presubmit" am: 643fb23a am: ffa9add6

Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1621161

MUST ONLY BE SUBMITTED BY AUTOMERGER

Change-Id: I5a3638ae90b88f68bcc770f32a4d379ce22c7877
parents 41710842 ffa9add6
Loading
Loading
Loading
Loading
+11 −0
Original line number Diff line number Diff line
@@ -10,6 +10,17 @@
                    "exclude-annotation": "android.platform.test.annotations.FlakyTest"
                }
            ]
        },
        {
            "name": "FrameworksServicesTests",
            "options": [
                {
                    "include-filter": "com.android.server.locksettings."
                },
                {
                    "exclude-annotation": "android.platform.test.annotations.FlakyTest"
                }
            ]
        }
    ]
}