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

Commit 6cf2c844 authored by Rubin Xu's avatar Rubin Xu
Browse files

Add locksettings unit tests to presubmit

Bug: 181944619
Test: atest
Change-Id: I554aedd0b770d6fb37159d6791386e6b884b2d03
parent d0355e1b
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"
                }
            ]
        }
    ]
}