Merge "Ignore failing tests of AppInfoWithHeaderTest" into main
This commit is contained in:
@@ -48,6 +48,7 @@ import com.android.settingslib.widget.LayoutPreference;
|
|||||||
|
|
||||||
import org.junit.After;
|
import org.junit.After;
|
||||||
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.Answers;
|
import org.mockito.Answers;
|
||||||
@@ -119,6 +120,7 @@ public class AppInfoWithHeaderTest {
|
|||||||
assertThat(mAppInfoWithHeader.mPackageRemovedCalled).isTrue();
|
assertThat(mAppInfoWithHeader.mPackageRemovedCalled).isTrue();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Ignore("b/315135755")
|
||||||
@Test
|
@Test
|
||||||
public void noExtraUserHandleInIntent_retrieveAppEntryWithMyUserId()
|
public void noExtraUserHandleInIntent_retrieveAppEntryWithMyUserId()
|
||||||
throws PackageManager.NameNotFoundException {
|
throws PackageManager.NameNotFoundException {
|
||||||
@@ -144,6 +146,7 @@ public class AppInfoWithHeaderTest {
|
|||||||
assertThat(mAppInfoWithHeader.mAppEntry).isNotNull();
|
assertThat(mAppInfoWithHeader.mAppEntry).isNotNull();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Ignore("b/315135755")
|
||||||
@Test
|
@Test
|
||||||
public void extraUserHandleInIntent_retrieveAppEntryWithMyUserId()
|
public void extraUserHandleInIntent_retrieveAppEntryWithMyUserId()
|
||||||
throws PackageManager.NameNotFoundException {
|
throws PackageManager.NameNotFoundException {
|
||||||
|
|||||||
Reference in New Issue
Block a user