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

Commit 329fbfed authored by Wes Okuhara's avatar Wes Okuhara
Browse files

Settings: Re-enable WebViewAppPickerTest#testNotFinishedIfAdmin

Since the time the test was ignored, this tests seems to have
self-resolved and now passes.

Bug: b/313615637
Test: atest SettingsRoboTests:com.android.settings.webview.WebViewAppPickerTest#testNotFinishedIfAdmin
Flag: TEST_ONLY
Change-Id: I3cd0595fd1a89ee944cd6c8e650c84b4ecdeb99f
parent 214a71a6
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -48,7 +48,6 @@ 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;
@@ -210,7 +209,6 @@ public class WebViewAppPickerTest {
        verify(mActivity, times(1)).finish();
    }

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