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

Commit f08dd43f authored by Fan Zhang's avatar Fan Zhang Committed by android-build-merger
Browse files

Merge "Revert "Ignore broken test to unblock TreeHugger"" into pi-dev

am: 8482455d

Change-Id: I10b2fc33b345607358ad81c98784eb15fcd2c2e5
parents 4cd5487e 8482455d
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -57,7 +57,6 @@ import com.android.settingslib.deviceinfo.StorageVolumeProvider;

import org.junit.After;
import org.junit.Before;
import org.junit.Ignore;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.mockito.ArgumentCaptor;
@@ -216,7 +215,6 @@ public class StorageItemPreferenceControllerTest {
    }

    @Test
    @Ignore
    public void testClickFiles() {
        when(mSvp.findEmulatedForPrivate(nullable(VolumeInfo.class))).thenReturn(mVolume);
        when(mVolume.buildBrowseIntent()).thenReturn(new Intent());