Skip to content

Commit fb7bacf

Browse files
author
Suchi Amalapurapu
committed
Uncomment a test that was marked as STOPSHIP
Add MediumTest tag Change-Id: I0699d168d7ec70c076f4713e0e405c0779a290c6
1 parent 9a212ad commit fb7bacf

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

core/tests/coretests/src/android/content/pm/PackageManagerTests.java

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1039,10 +1039,9 @@ private boolean mountFromRawResource() {
10391039
* Install package on sdcard. Unmount and then mount the media.
10401040
* (Use PackageManagerService private api for now)
10411041
* Make sure the installed package is available.
1042-
* STOPSHIP will uncomment when MountService api's to mount/unmount
1043-
* are made asynchronous.
10441042
*/
1045-
public void xxxtestMountSdNormalInternal() {
1043+
@MediumTest
1044+
public void testMountSdNormalInternal() {
10461045
assertTrue(mountFromRawResource());
10471046
}
10481047

0 commit comments

Comments
 (0)