commit | 5bca487a8cd34cbed49797be784f923f53848b2c | [log] [tgz] |
---|---|---|
author | Yanting Yang <yantingyang@google.com> | Tue Nov 28 21:02:08 2023 +0800 |
committer | Yanting Yang <yantingyang@google.com> | Tue Nov 28 21:02:08 2023 +0800 |
tree | ebf5ac77c1a99a4732d28161eec40edff5cf0b32 | |
parent | 28bbbf783b74f4a036d192b46b7ba86a173abef3 [diff] |
Ignore failing test of WebViewAppPickerTest Bug: 313615637 Test: atest Change-Id: Ic63c31b5220ab9b2cba11c11f4b40cf35ea6f3f9
diff --git a/tests/robotests/src/com/android/settings/webview/WebViewAppPickerTest.java b/tests/robotests/src/com/android/settings/webview/WebViewAppPickerTest.java index c693938..d35b608 100644 --- a/tests/robotests/src/com/android/settings/webview/WebViewAppPickerTest.java +++ b/tests/robotests/src/com/android/settings/webview/WebViewAppPickerTest.java
@@ -48,6 +48,7 @@ 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 @@ verify(mActivity, times(1)).finish(); } + @Ignore("b/313615637") @Test public void testNotFinishedIfAdmin() { mUserManager.setIsAdminUser(true);