Commit 29c563f2 authored by Matthew Jones's avatar Matthew Jones Committed by Commit Bot

Disable failing WebPlatformTestsActivityTest tests

The tests added by https://chromium-review.googlesource.com/c/chromium/src/+/1828097
are failing consistently since being added. More details in the linked bug.

TBR: ntfschr@chromium.org, changwan@chromium.org
Bug: 1010552
Change-Id: Ib67e128df0397ae1a5e7e2c185e0120a371419de
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1835345Reviewed-by: default avatarMatthew Jones <mdjones@chromium.org>
Commit-Queue: Matthew Jones <mdjones@chromium.org>
Cr-Commit-Position: refs/heads/master@{#702090}
parent e7be753b
...@@ -19,6 +19,7 @@ import org.junit.Test; ...@@ -19,6 +19,7 @@ import org.junit.Test;
import org.junit.runner.RunWith; import org.junit.runner.RunWith;
import org.chromium.base.test.BaseJUnit4ClassRunner; import org.chromium.base.test.BaseJUnit4ClassRunner;
import org.chromium.base.test.util.DisabledTest;
import org.chromium.webview_shell.WebPlatformTestsActivity; import org.chromium.webview_shell.WebPlatformTestsActivity;
import java.util.ArrayList; import java.util.ArrayList;
...@@ -72,6 +73,7 @@ public class WebPlatformTestsActivityTest { ...@@ -72,6 +73,7 @@ public class WebPlatformTestsActivityTest {
@Test @Test
@MediumTest @MediumTest
@DisabledTest(message = "crbug.com/1010552")
public void testOpenCloseWindow() throws Exception { public void testOpenCloseWindow() throws Exception {
final BlockingQueue<Integer> queue = new LinkedBlockingQueue<>(); final BlockingQueue<Integer> queue = new LinkedBlockingQueue<>();
...@@ -97,6 +99,7 @@ public class WebPlatformTestsActivityTest { ...@@ -97,6 +99,7 @@ public class WebPlatformTestsActivityTest {
@Test @Test
@MediumTest @MediumTest
@DisabledTest(message = "crbug.com/1010552")
public void testNestedOpensAndCloses() throws Exception { public void testNestedOpensAndCloses() throws Exception {
final BlockingQueue<Integer> queue = new LinkedBlockingQueue<>(); final BlockingQueue<Integer> queue = new LinkedBlockingQueue<>();
final int depthToTest = 3; final int depthToTest = 3;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment