CTS: Mark android.webkit.cts.WebHistoryItemTest.testRedirect as broken
Bug 2121787
Change-Id: I5716a33f01847ea007015dbaadba524e108dd905
diff --git a/tests/tests/webkit/src/android/webkit/cts/WebHistoryItemTest.java b/tests/tests/webkit/src/android/webkit/cts/WebHistoryItemTest.java
index 569a364..4f73cdc 100644
--- a/tests/tests/webkit/src/android/webkit/cts/WebHistoryItemTest.java
+++ b/tests/tests/webkit/src/android/webkit/cts/WebHistoryItemTest.java
@@ -16,6 +16,7 @@
package android.webkit.cts;
+import dalvik.annotation.BrokenTest;
import dalvik.annotation.TestLevel;
import dalvik.annotation.TestTargetClass;
import dalvik.annotation.TestTargetNew;
@@ -107,6 +108,7 @@
args = {}
)
@ToBeFixed(explanation = "History item does not have the original URL set after a redirect.")
+ @BrokenTest(value = "Bug 2121787: Test times out on the host side. Not 100% reproducible.")
public void testRedirect() throws InterruptedException {
final WebView view = getActivity().getWebView();
// set the web view client so that redirects are loaded in the WebView itself