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

Commit 84bc3010 authored by Victor Hsieh's avatar Victor Hsieh
Browse files

Reland: Run PersistentDataBlockServiceTest in postsubmit

Once proven stable, we'll promote the unit test to presubmit.

Bug: 303188712
Test: atest :postsubmit, saw the test run
Change-Id: Id917f3b7bf1c77bdee8ad11a6ae6c7e5bbfb1e4a
parent 8628cbbf
Loading
Loading
Loading
Loading
+12 −0
Original line number Diff line number Diff line
{
    "postsubmit": [
        {
            "name": "FrameworksServicesTests",
            "options": [
                {
                    "include-filter": "com.android.server.pdb.PersistentDataBlockServiceTest"
                }
            ]
        }
    ]
}