diff --git a/android_webview/javatests/src/org/chromium/android_webview/test/AwLegacyQuirksTest.java b/android_webview/javatests/src/org/chromium/android_webview/test/AwLegacyQuirksTest.java index bd17d479e4e771..6b67f2bf83476d 100644 --- a/android_webview/javatests/src/org/chromium/android_webview/test/AwLegacyQuirksTest.java +++ b/android_webview/javatests/src/org/chromium/android_webview/test/AwLegacyQuirksTest.java @@ -210,6 +210,7 @@ public void testScreenSizeInPhysicalPixelsQuirk() throws Throwable { @Test @MediumTest @Feature({"AndroidWebView"}) + @DisabledTest(message = "https://crbug.com/1133535") public void testMetaMergeContentQuirk() throws Throwable { final TestAwContentsClient contentClient = new TestAwContentsClient(); final AwTestContainerView testContainerView = @@ -246,6 +247,7 @@ public void testMetaMergeContentQuirk() throws Throwable { @Test @MediumTest @Feature({"AndroidWebView"}) + @DisabledTest(message = "https://crbug.com/1133535") public void testMetaMergeContentQuirkOverrides() throws Throwable { final TestAwContentsClient contentClient = new TestAwContentsClient(); final AwTestContainerView testContainerView = diff --git a/android_webview/javatests/src/org/chromium/android_webview/test/AwSettingsTest.java b/android_webview/javatests/src/org/chromium/android_webview/test/AwSettingsTest.java index 10f1ede81d80e2..e7b9c79450bd59 100644 --- a/android_webview/javatests/src/org/chromium/android_webview/test/AwSettingsTest.java +++ b/android_webview/javatests/src/org/chromium/android_webview/test/AwSettingsTest.java @@ -2941,6 +2941,7 @@ public void testAppCacheWithTwoViews() throws Throwable { @Test @SmallTest @Feature({"AndroidWebView", "Preferences"}) + @DisabledTest(message = "https://crbug.com/1133535") public void testUseWideViewportWithTwoViews() throws Throwable { ViewPair views = createViews(true); runPerViewSettingsTest( @@ -2951,6 +2952,7 @@ public void testUseWideViewportWithTwoViews() throws Throwable { @Test @SmallTest @Feature({"AndroidWebView", "Preferences"}) + @DisabledTest(message = "https://crbug.com/1133535") public void testUseWideViewportWithTwoViewsNoQuirks() throws Throwable { ViewPair views = createViews(); runPerViewSettingsTest( @@ -3021,6 +3023,7 @@ private void useWideViewportLayoutWidthTest( @Test @SmallTest @Feature({"AndroidWebView", "Preferences"}) + @DisabledTest(message = "https://crbug.com/1133535") public void testUseWideViewportLayoutWidth() throws Throwable { TestAwContentsClient contentClient = new TestAwContentsClient(); AwTestContainerView testContainerView = @@ -3031,6 +3034,7 @@ public void testUseWideViewportLayoutWidth() throws Throwable { @Test @SmallTest @Feature({"AndroidWebView", "Preferences"}) + @DisabledTest(message = "https://crbug.com/1133535") public void testUseWideViewportLayoutWidthNoQuirks() throws Throwable { TestAwContentsClient contentClient = new TestAwContentsClient(); AwTestContainerView testContainerView =