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

Commit 58eee2b3 authored by Dipankar Bhardwaj's avatar Dipankar Bhardwaj Committed by Android (Google) Code Review
Browse files

Merge "Add StorageManagerTest to TEST_MAPPING" into main

parents 99a9fe34 7029bd2d
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -201,6 +201,15 @@
                    "include-filter": "com.android.server.wm.BackgroundActivityStart*"
                }
            ]
        },
        {
            "name": "CtsOsTestCases",
            "file_patterns": ["StorageManagerService\\.java"],
            "options": [
                {
                    "include-filter": "android.os.storage.cts.StorageManagerTest"
                }
            ]
        }
   ]
}