Skip to content

Commit

Permalink
[Sheriff] Diasable NavigationTest#testGetNavigationEntryTitle on tablet
Browse files Browse the repository at this point in the history
TBR=cduvall@chromium.org

Bug: 1103504
Change-Id: Id76a268afc05f515259101dd01e62ed11c057603
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2289417
Reviewed-by: Alice Wang <aliceywang@chromium.org>
Commit-Queue: Alice Wang <aliceywang@chromium.org>
Cr-Commit-Position: refs/heads/master@{#786670}
  • Loading branch information
Alice Wang authored and Commit Bot committed Jul 9, 2020
1 parent d1a787d commit dc0f580
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,12 @@
import org.junit.runner.RunWith;

import org.chromium.base.test.util.CallbackHelper;
import org.chromium.base.test.util.DisableIf;
import org.chromium.content_public.browser.test.util.Criteria;
import org.chromium.content_public.browser.test.util.CriteriaHelper;
import org.chromium.content_public.browser.test.util.TestThreadUtils;
import org.chromium.net.test.util.TestWebServer;
import org.chromium.ui.test.util.UiDisableIf;
import org.chromium.weblayer.LoadError;
import org.chromium.weblayer.NavigateParams;
import org.chromium.weblayer.Navigation;
Expand Down Expand Up @@ -361,6 +363,7 @@ public void testGoToIndex() throws Exception {

@Test
@SmallTest
@DisableIf.Device(type = {UiDisableIf.TABLET}) // https://crbug.com/1103504
public void testGetNavigationEntryTitle() throws Exception {
InstrumentationActivity activity = mActivityTestRule.launchShellWithUrl(
"data:text/html,<head><title>Page A</title></head>");
Expand Down

0 comments on commit dc0f580

Please sign in to comment.