Commit d8f9971d authored by W. James MacLean's avatar W. James MacLean Committed by Commit Bot

Disable testObserveActiveTab.

TBR=pkotwicz@chromium.org

Bug: 1023437
Change-Id: I79f0974609260af143d1956ab4ecc0ba437807c5
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1913464Reviewed-by: default avatarJames MacLean <wjmaclean@chromium.org>
Commit-Queue: James MacLean <wjmaclean@chromium.org>
Cr-Commit-Position: refs/heads/master@{#714725}
parent ccbde19a
...@@ -40,7 +40,6 @@ import java.util.List; ...@@ -40,7 +40,6 @@ import java.util.List;
*/ */
@RunWith(ChromeJUnit4ClassRunner.class) @RunWith(ChromeJUnit4ClassRunner.class)
@CommandLineFlags.Add({ChromeSwitches.DISABLE_FIRST_RUN_EXPERIENCE}) @CommandLineFlags.Add({ChromeSwitches.DISABLE_FIRST_RUN_EXPERIENCE})
@DisabledTest(message = "https://crbug.com/1023437")
public class TabObserverRegistrarTest { public class TabObserverRegistrarTest {
private static class LoadUrlTabObserver extends EmptyTabObserver { private static class LoadUrlTabObserver extends EmptyTabObserver {
private List<String> mUrlLoadRequests = new ArrayList<>(); private List<String> mUrlLoadRequests = new ArrayList<>();
...@@ -64,6 +63,7 @@ public class TabObserverRegistrarTest { ...@@ -64,6 +63,7 @@ public class TabObserverRegistrarTest {
* switched. * switched.
*/ */
@Test @Test
@DisabledTest(message = "https://crbug.com/1023437")
@MediumTest @MediumTest
public void testObserveActiveTab() throws Throwable { public void testObserveActiveTab() throws Throwable {
EmbeddedTestServer testServer = mCustomTabActivityTestRule.getTestServer(); EmbeddedTestServer testServer = mCustomTabActivityTestRule.getTestServer();
......
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