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

Commit 5376e4bf authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Ignore PrivateVolumeForgetTest#test_invalidSetupDoesNotCrashSettings" into tm-dev

parents 46756fcb 61a733ad
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -28,6 +28,7 @@ import androidx.test.runner.AndroidJUnit4;

import com.android.settings.Settings;

import org.junit.Ignore;
import org.junit.Rule;
import org.junit.Test;
import org.junit.runner.RunWith;
@@ -40,6 +41,7 @@ public class PrivateVolumeForgetTest {
            new ActivityTestRule<>(Settings.PrivateVolumeForgetActivity.class, true, true);

    @Test
    @Ignore
    public void test_invalidSetupDoesNotCrashSettings() {
        Context targetContext = InstrumentationRegistry.getInstrumentation().getTargetContext();
        Intent intent = new Intent(targetContext, Settings.PrivateVolumeForgetActivity.class);