summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTreehugger Robot <treehugger-gerrit@google.com>2021-11-11 01:02:46 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2021-11-11 01:02:46 +0000
commitc41fd1a0304db3d4dd06b8492356b36d0b516efd (patch)
treeca6c6f1ebbbe3d85fedfedf9f09c7014e5cd66d1
parent14a1bfe5a665fe79ea0e9683568e71c1539f8303 (diff)
parent0f84caae0450bc6f412e1bf585625372c1406db9 (diff)
downloadcts-c41fd1a0304db3d4dd06b8492356b36d0b516efd.tar.gz
Merge "Remove FlakyTest tag for a fixed WebViewClientTest" into android12-tests-dev
-rw-r--r--tests/tests/webkit/src/android/webkit/cts/WebViewClientTest.java3
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/tests/webkit/src/android/webkit/cts/WebViewClientTest.java b/tests/tests/webkit/src/android/webkit/cts/WebViewClientTest.java
index 47153afeaaf..0161540fa1f 100644
--- a/tests/tests/webkit/src/android/webkit/cts/WebViewClientTest.java
+++ b/tests/tests/webkit/src/android/webkit/cts/WebViewClientTest.java
@@ -38,8 +38,6 @@ import android.webkit.WebViewClient;
import android.webkit.cts.WebViewSyncLoader.WaitForLoadedClient;
import android.util.Pair;
-import androidx.test.filters.FlakyTest;
-
import com.android.compatibility.common.util.NullWebViewUtils;
import com.android.compatibility.common.util.PollingCheck;
import com.google.common.util.concurrent.SettableFuture;
@@ -144,7 +142,6 @@ public class WebViewClientTest extends ActivityInstrumentationTestCase2<WebViewC
// Verify shouldoverrideurlloading called on webview called via onCreateWindow
// TODO(sgurun) upstream this test to Aw.
- @FlakyTest(bugId = 172331117)
public void testShouldOverrideUrlLoadingOnCreateWindow() throws Exception {
if (!NullWebViewUtils.isWebViewAvailable()) {
return;