Merge "Ignore PublicVolumeSettingsTest#test_invalidSetupDoesNotCrashSettings" into tm-dev

This commit is contained in:
TreeHugger Robot
2022-03-23 23:33:50 +00:00
committed by Android (Google) Code Review

View File

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