Commit 122a3b52 authored by Steven Holte's avatar Steven Holte Committed by Commit Bot

Disable flaky TrustedCdnPublisherUrlTests.

TBR=bauerb
NOTRY=true

Bug: 847341
Change-Id: If94212431798176fc4b692088930c9c35d36074d
Reviewed-on: https://chromium-review.googlesource.com/1105406
Commit-Queue: Steven Holte <holte@chromium.org>
Reviewed-by: default avatarSteven Holte <holte@chromium.org>
Cr-Commit-Position: refs/heads/master@{#568214}
parent 0d53513f
...@@ -145,6 +145,7 @@ public class TrustedCdnPublisherUrlTest { ...@@ -145,6 +145,7 @@ public class TrustedCdnPublisherUrlTest {
@Feature({"UiCatalogue"}) @Feature({"UiCatalogue"})
@Features.EnableFeatures(ChromeFeatureList.SHOW_TRUSTED_PUBLISHER_URL) @Features.EnableFeatures(ChromeFeatureList.SHOW_TRUSTED_PUBLISHER_URL)
@OverrideTrustedCdn @OverrideTrustedCdn
@DisabledTest // Disabled for flakiness! See http://crbug.com/847341
public void testHttp() throws Exception { public void testHttp() throws Exception {
runTrustedCdnPublisherUrlTest("http://example.com/test", "com.example.test", "example.com", runTrustedCdnPublisherUrlTest("http://example.com/test", "com.example.test", "example.com",
org.chromium.chrome.R.drawable.omnibox_info); org.chromium.chrome.R.drawable.omnibox_info);
...@@ -156,6 +157,7 @@ public class TrustedCdnPublisherUrlTest { ...@@ -156,6 +157,7 @@ public class TrustedCdnPublisherUrlTest {
@Feature({"UiCatalogue"}) @Feature({"UiCatalogue"})
@Features.EnableFeatures(ChromeFeatureList.SHOW_TRUSTED_PUBLISHER_URL) @Features.EnableFeatures(ChromeFeatureList.SHOW_TRUSTED_PUBLISHER_URL)
@OverrideTrustedCdn @OverrideTrustedCdn
@DisabledTest // Disabled for flakiness! See http://crbug.com/847341
public void testRtl() throws Exception { public void testRtl() throws Exception {
String publisher = "\u200e\u202b\u0645\u0648\u0642\u0639\u002e\u0648\u0632\u0627\u0631" String publisher = "\u200e\u202b\u0645\u0648\u0642\u0639\u002e\u0648\u0632\u0627\u0631"
+ "\u0629\u002d\u0627\u0644\u0623\u062a\u0635\u0627\u0644\u0627\u062a\u002e\u0645" + "\u0629\u002d\u0627\u0644\u0623\u062a\u0635\u0627\u0644\u0627\u062a\u002e\u0645"
...@@ -230,6 +232,7 @@ public class TrustedCdnPublisherUrlTest { ...@@ -230,6 +232,7 @@ public class TrustedCdnPublisherUrlTest {
@Feature({"UiCatalogue"}) @Feature({"UiCatalogue"})
@Features.EnableFeatures(ChromeFeatureList.SHOW_TRUSTED_PUBLISHER_URL) @Features.EnableFeatures(ChromeFeatureList.SHOW_TRUSTED_PUBLISHER_URL)
@OverrideTrustedCdn @OverrideTrustedCdn
@DisabledTest // Disabled for flakiness! See http://crbug.com/847341
public void testPageInfo() throws Exception { public void testPageInfo() throws Exception {
runTrustedCdnPublisherUrlTest("https://example.com/test", "com.example.test", "example.com", runTrustedCdnPublisherUrlTest("https://example.com/test", "com.example.test", "example.com",
R.drawable.omnibox_https_valid); R.drawable.omnibox_https_valid);
...@@ -246,6 +249,7 @@ public class TrustedCdnPublisherUrlTest { ...@@ -246,6 +249,7 @@ public class TrustedCdnPublisherUrlTest {
@Feature({"UiCatalogue"}) @Feature({"UiCatalogue"})
@Features.EnableFeatures(ChromeFeatureList.SHOW_TRUSTED_PUBLISHER_URL) @Features.EnableFeatures(ChromeFeatureList.SHOW_TRUSTED_PUBLISHER_URL)
@OverrideTrustedCdn @OverrideTrustedCdn
@DisabledTest // Disabled for flakiness! See http://crbug.com/847341
public void testNavigateAway() throws Exception { public void testNavigateAway() throws Exception {
runTrustedCdnPublisherUrlTest("https://example.com/test", "com.example.test", "example.com", runTrustedCdnPublisherUrlTest("https://example.com/test", "com.example.test", "example.com",
R.drawable.omnibox_https_valid); R.drawable.omnibox_https_valid);
...@@ -263,6 +267,7 @@ public class TrustedCdnPublisherUrlTest { ...@@ -263,6 +267,7 @@ public class TrustedCdnPublisherUrlTest {
@Feature({"UiCatalogue"}) @Feature({"UiCatalogue"})
@Features.EnableFeatures(ChromeFeatureList.SHOW_TRUSTED_PUBLISHER_URL) @Features.EnableFeatures(ChromeFeatureList.SHOW_TRUSTED_PUBLISHER_URL)
@OverrideTrustedCdn @OverrideTrustedCdn
@DisabledTest // Disabled for flakiness! See http://crbug.com/847341
public void testReparent() throws Exception { public void testReparent() throws Exception {
String publisherUrl = "https://example.com/test"; String publisherUrl = "https://example.com/test";
runTrustedCdnPublisherUrlTest( runTrustedCdnPublisherUrlTest(
...@@ -308,6 +313,7 @@ public class TrustedCdnPublisherUrlTest { ...@@ -308,6 +313,7 @@ public class TrustedCdnPublisherUrlTest {
@SmallTest @SmallTest
@Features.EnableFeatures(ChromeFeatureList.SHOW_TRUSTED_PUBLISHER_URL) @Features.EnableFeatures(ChromeFeatureList.SHOW_TRUSTED_PUBLISHER_URL)
@OverrideTrustedCdn @OverrideTrustedCdn
@DisabledTest // Disabled for flakiness! See http://crbug.com/847341
public void testOfflinePage() throws TimeoutException, InterruptedException { public void testOfflinePage() throws TimeoutException, InterruptedException {
String publisherUrl = "https://example.com/test"; String publisherUrl = "https://example.com/test";
runTrustedCdnPublisherUrlTest( runTrustedCdnPublisherUrlTest(
......
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