Merge "Ignore PrivateVolumeForgetTest#test_invalidSetupDoesNotCrashSettings" into tm-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
5376e4bf59
@@ -28,6 +28,7 @@ import androidx.test.runner.AndroidJUnit4;
|
|||||||
|
|
||||||
import com.android.settings.Settings;
|
import com.android.settings.Settings;
|
||||||
|
|
||||||
|
import org.junit.Ignore;
|
||||||
import org.junit.Rule;
|
import org.junit.Rule;
|
||||||
import org.junit.Test;
|
import org.junit.Test;
|
||||||
import org.junit.runner.RunWith;
|
import org.junit.runner.RunWith;
|
||||||
@@ -40,6 +41,7 @@ public class PrivateVolumeForgetTest {
|
|||||||
new ActivityTestRule<>(Settings.PrivateVolumeForgetActivity.class, true, true);
|
new ActivityTestRule<>(Settings.PrivateVolumeForgetActivity.class, true, true);
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
|
@Ignore
|
||||||
public void test_invalidSetupDoesNotCrashSettings() {
|
public void test_invalidSetupDoesNotCrashSettings() {
|
||||||
Context targetContext = InstrumentationRegistry.getInstrumentation().getTargetContext();
|
Context targetContext = InstrumentationRegistry.getInstrumentation().getTargetContext();
|
||||||
Intent intent = new Intent(targetContext, Settings.PrivateVolumeForgetActivity.class);
|
Intent intent = new Intent(targetContext, Settings.PrivateVolumeForgetActivity.class);
|
||||||
|
Reference in New Issue
Block a user