[automerge] Ignore PublicVolumeSettingsTest#test_invalidSetupDoesNotCrashSettings 2p: c39ddd2624

Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/17353323

Change-Id: Id63cfa4a0749f2471794046da1edf2cb0bd65a3d
This commit is contained in:
Shivam Agrawal
2022-03-23 16:34:17 +00:00
committed by Presubmit Automerger Backend

View File

@@ -26,6 +26,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;
@@ -38,6 +39,7 @@ public class PublicVolumeSettingsTest {
new ActivityTestRule<>(Settings.PublicVolumeSettingsActivity.class, true, true);
@Test
@Ignore
public void test_invalidSetupDoesNotCrashSettings() {
Intent intent = new Intent();
intent.setAction(android.provider.Settings.ACTION_INTERNAL_STORAGE_SETTINGS);