Commit 8590b29d authored by Peter Kotwicz's avatar Peter Kotwicz Committed by Commit Bot

Disable failing TrustedWebActivityTests

This CL disables
TrustedWebActivityTests#testStatusBarColorCertificateError()
TrustedWebActivityTests#testToolbarVisibleCertificateError()
TBR=pkotwicz,alexilin

BUG=1016743,1016746

Change-Id: I74ac6eb22c98d561d2ab03589eea3b7b51176786
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1874190Reviewed-by: default avatarPeter Kotwicz <pkotwicz@chromium.org>
Commit-Queue: Peter Kotwicz <pkotwicz@chromium.org>
Cr-Commit-Position: refs/heads/master@{#708278}
parent b9708128
...@@ -32,6 +32,7 @@ import org.chromium.base.library_loader.LibraryLoader; ...@@ -32,6 +32,7 @@ import org.chromium.base.library_loader.LibraryLoader;
import org.chromium.base.library_loader.LibraryProcessType; import org.chromium.base.library_loader.LibraryProcessType;
import org.chromium.base.test.util.CallbackHelper; import org.chromium.base.test.util.CallbackHelper;
import org.chromium.base.test.util.CommandLineFlags; import org.chromium.base.test.util.CommandLineFlags;
import org.chromium.base.test.util.DisabledTest;
import org.chromium.base.test.util.MinAndroidSdkLevel; import org.chromium.base.test.util.MinAndroidSdkLevel;
import org.chromium.base.test.util.Restriction; import org.chromium.base.test.util.Restriction;
import org.chromium.chrome.browser.ChromeSwitches; import org.chromium.chrome.browser.ChromeSwitches;
...@@ -179,7 +180,8 @@ public class TrustedWebActivityTest { ...@@ -179,7 +180,8 @@ public class TrustedWebActivityTest {
* in the intent). * in the intent).
*/ */
@Test @Test
@MediumTest @DisabledTest(message = "crbug.com/1016743")
//@MediumTest
@MinAndroidSdkLevel(Build.VERSION_CODES.LOLLIPOP_MR1) @MinAndroidSdkLevel(Build.VERSION_CODES.LOLLIPOP_MR1)
@Restriction({UiRestriction.RESTRICTION_TYPE_PHONE}) @Restriction({UiRestriction.RESTRICTION_TYPE_PHONE})
public void testStatusBarColorCertificateError() throws ExecutionException, TimeoutException { public void testStatusBarColorCertificateError() throws ExecutionException, TimeoutException {
...@@ -256,7 +258,8 @@ public class TrustedWebActivityTest { ...@@ -256,7 +258,8 @@ public class TrustedWebActivityTest {
* (and origin verification succeeds). * (and origin verification succeeds).
*/ */
@Test @Test
@MediumTest @DisabledTest(message = "crbug.com/1016743")
//@MediumTest
public void testToolbarVisibleCertificateError() throws ExecutionException, TimeoutException { public void testToolbarVisibleCertificateError() throws ExecutionException, TimeoutException {
final String pageWithoutCertError = final String pageWithoutCertError =
mEmbeddedTestServerRule.getServer().getURL("/chrome/test/data/android/about.html"); mEmbeddedTestServerRule.getServer().getURL("/chrome/test/data/android/about.html");
......
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