Commit a7b8f090 authored by Tomasz Wiszkowski's avatar Tomasz Wiszkowski Committed by Commit Bot

Disable broken WebappNavigationTests.

TBR=pkotwicz@chromium.org

Bug: 1028636
Change-Id: I749bc375a59582d6369edfa05910cea5e6849692
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1935368
Commit-Queue: Ender <ender@google.com>
Reviewed-by: default avatarEnder <ender@google.com>
Cr-Commit-Position: refs/heads/master@{#719230}
parent f426c2b9
...@@ -27,6 +27,7 @@ import org.chromium.base.ApiCompatibilityUtils; ...@@ -27,6 +27,7 @@ import org.chromium.base.ApiCompatibilityUtils;
import org.chromium.base.ApplicationStatus; import org.chromium.base.ApplicationStatus;
import org.chromium.base.CommandLine; import org.chromium.base.CommandLine;
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.Feature; import org.chromium.base.test.util.Feature;
import org.chromium.base.test.util.RetryOnFailure; import org.chromium.base.test.util.RetryOnFailure;
import org.chromium.chrome.R; import org.chromium.chrome.R;
...@@ -100,6 +101,7 @@ public class WebappNavigationTest { ...@@ -100,6 +101,7 @@ public class WebappNavigationTest {
*/ */
@Test @Test
@SmallTest @SmallTest
@DisabledTest(message = "https://crbug.com/1028636")
@Feature({"Webapps"}) @Feature({"Webapps"})
@RetryOnFailure @RetryOnFailure
public void testRegularLinkOffOriginNoWebappThemeColor() throws Exception { public void testRegularLinkOffOriginNoWebappThemeColor() throws Exception {
...@@ -122,6 +124,7 @@ public class WebappNavigationTest { ...@@ -122,6 +124,7 @@ public class WebappNavigationTest {
*/ */
@Test @Test
@SmallTest @SmallTest
@DisabledTest(message = "https://crbug.com/1028636")
@Feature({"Webapps"}) @Feature({"Webapps"})
@RetryOnFailure @RetryOnFailure
public void testRegularLinkOffOriginThemeColor() throws Exception { public void testRegularLinkOffOriginThemeColor() throws Exception {
...@@ -144,6 +147,7 @@ public class WebappNavigationTest { ...@@ -144,6 +147,7 @@ public class WebappNavigationTest {
*/ */
@Test @Test
@SmallTest @SmallTest
@DisabledTest(message = "https://crbug.com/1028636")
@Feature({"Webapps"}) @Feature({"Webapps"})
public void testRegularLinkOffOriginTwa() throws Exception { public void testRegularLinkOffOriginTwa() throws Exception {
Intent launchIntent = mActivityTestRule.createIntent().putExtra( Intent launchIntent = mActivityTestRule.createIntent().putExtra(
...@@ -172,6 +176,7 @@ public class WebappNavigationTest { ...@@ -172,6 +176,7 @@ public class WebappNavigationTest {
@Test @Test
@SmallTest @SmallTest
@Feature({"Webapps"}) @Feature({"Webapps"})
@DisabledTest(message = "https://crbug.com/1028636")
@RetryOnFailure @RetryOnFailure
public void testFormSubmitOffOrigin() throws Exception { public void testFormSubmitOffOrigin() throws Exception {
Intent launchIntent = mActivityTestRule.createIntent().putExtra( Intent launchIntent = mActivityTestRule.createIntent().putExtra(
...@@ -256,6 +261,7 @@ public class WebappNavigationTest { ...@@ -256,6 +261,7 @@ public class WebappNavigationTest {
*/ */
@Test @Test
@SmallTest @SmallTest
@DisabledTest(message = "https://crbug.com/1028636")
@Feature({"Webapps"}) @Feature({"Webapps"})
@RetryOnFailure @RetryOnFailure
public void testInScopeNavigationStaysInWebapp() throws Exception { public void testInScopeNavigationStaysInWebapp() throws Exception {
......
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