Ignore failing tests of com.android.settings.applications.appinfo
Bug: 313582035 Test: atest Change-Id: I475000da64f8a7e4d25178383cabf6efc4df98e5
This commit is contained in:
@@ -37,6 +37,7 @@ import com.android.settings.core.BasePreferenceController;
|
|||||||
import com.android.settings.testutils.shadow.ShadowUserManager;
|
import com.android.settings.testutils.shadow.ShadowUserManager;
|
||||||
|
|
||||||
import org.junit.Before;
|
import org.junit.Before;
|
||||||
|
import org.junit.Ignore;
|
||||||
import org.junit.Test;
|
import org.junit.Test;
|
||||||
import org.junit.runner.RunWith;
|
import org.junit.runner.RunWith;
|
||||||
import org.mockito.ArgumentCaptor;
|
import org.mockito.ArgumentCaptor;
|
||||||
@@ -79,6 +80,7 @@ public class AppMemoryPreferenceControllerTest {
|
|||||||
when(mFragment.getActivity()).thenReturn(mActivity);
|
when(mFragment.getActivity()).thenReturn(mActivity);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Ignore("b/313582035")
|
||||||
@Test
|
@Test
|
||||||
@Config(qualifiers = "mcc999")
|
@Config(qualifiers = "mcc999")
|
||||||
public void getAvailabilityStatus_developmentSettingsEnabled_shouldReturnAvailable() {
|
public void getAvailabilityStatus_developmentSettingsEnabled_shouldReturnAvailable() {
|
||||||
|
Reference in New Issue
Block a user