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

Commit 5bca487a authored by Yanting Yang's avatar Yanting Yang
Browse files

Ignore failing test of WebViewAppPickerTest

Bug: 313615637
Test: atest
Change-Id: Ic63c31b5220ab9b2cba11c11f4b40cf35ea6f3f9
parent 28bbbf78
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -48,6 +48,7 @@ import com.android.settingslib.widget.SelectorWithWidgetPreference;

import org.junit.After;
import org.junit.Before;
import org.junit.Ignore;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.mockito.Mock;
@@ -207,6 +208,7 @@ public class WebViewAppPickerTest {
        verify(mActivity, times(1)).finish();
    }

    @Ignore("b/313615637")
    @Test
    public void testNotFinishedIfAdmin() {
        mUserManager.setIsAdminUser(true);