Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 29d290b8 authored by Yanting Yang's avatar Yanting Yang
Browse files

Ignore failing tests of AppInfoWithHeaderTest

Bug: 315135755
Test: atest
Change-Id: I6bd971cf23692e74eea67b8d57d79099eeb8c452
parent b85f4de6
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -48,6 +48,7 @@ import com.android.settingslib.widget.LayoutPreference;

import org.junit.After;
import org.junit.Before;
import org.junit.Ignore;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.mockito.Answers;
@@ -119,6 +120,7 @@ public class AppInfoWithHeaderTest {
        assertThat(mAppInfoWithHeader.mPackageRemovedCalled).isTrue();
    }

    @Ignore("b/315135755")
    @Test
    public void noExtraUserHandleInIntent_retrieveAppEntryWithMyUserId()
            throws PackageManager.NameNotFoundException {
@@ -144,6 +146,7 @@ public class AppInfoWithHeaderTest {
        assertThat(mAppInfoWithHeader.mAppEntry).isNotNull();
    }

    @Ignore("b/315135755")
    @Test
    public void extraUserHandleInIntent_retrieveAppEntryWithMyUserId()
            throws PackageManager.NameNotFoundException {