Ignore failing test of WebViewAppPickerTest
Bug: 313615637 Test: atest Change-Id: Ic63c31b5220ab9b2cba11c11f4b40cf35ea6f3f9
This commit is contained in:
@@ -48,6 +48,7 @@ import com.android.settingslib.widget.SelectorWithWidgetPreference;
|
|||||||
|
|
||||||
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.Mock;
|
import org.mockito.Mock;
|
||||||
@@ -207,6 +208,7 @@ public class WebViewAppPickerTest {
|
|||||||
verify(mActivity, times(1)).finish();
|
verify(mActivity, times(1)).finish();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Ignore("b/313615637")
|
||||||
@Test
|
@Test
|
||||||
public void testNotFinishedIfAdmin() {
|
public void testNotFinishedIfAdmin() {
|
||||||
mUserManager.setIsAdminUser(true);
|
mUserManager.setIsAdminUser(true);
|
||||||
|
Reference in New Issue
Block a user