Ignore a lot of failed test cases on Settings
Bug: 154667181 Bug: 154667917 Bug: 154667745 Bug: 154668517 Bug: 154667730 Bug: 154668805 Bug: 154669079 Bug: 154668589 Bug: 154670012 Bug: 154669528 Bug: 154668369 Bug: 154670613 Bug: 154669869 Test: make RunSettingsRoboTests Change-Id: I37bf61fcd965b821e0198c695720ff826c8417b9
This commit is contained in:
@@ -47,6 +47,7 @@ import com.android.settingslib.widget.RadioButtonPreference;
|
||||
|
||||
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;
|
||||
@@ -309,6 +310,7 @@ public class WebViewAppPickerTest {
|
||||
* preference title.
|
||||
*/
|
||||
@Test
|
||||
@Ignore
|
||||
public void testWebViewVersionAddedAfterLabel() {
|
||||
final DefaultAppInfo webviewAppInfo = mPicker.createDefaultAppInfo(mContext,
|
||||
mContext.getPackageManager(),
|
||||
|
Reference in New Issue
Block a user