Commit 2e963ae5 authored by Theresa's avatar Theresa Committed by Commit Bot

Disable PaymentRequestShippingAddressChangeTest#testShippingAddressChangeFormat

TBR=rouslan@chromium.org
BUG=894011

Change-Id: Ieb61e2077df2faf9d2054a9a0da87d354a59a7b9
Reviewed-on: https://chromium-review.googlesource.com/c/1286881Reviewed-by: default avatarTheresa <twellington@chromium.org>
Commit-Queue: Theresa <twellington@chromium.org>
Cr-Commit-Position: refs/heads/master@{#600423}
parent f34cc4c6
...@@ -11,6 +11,7 @@ import org.junit.Test; ...@@ -11,6 +11,7 @@ import org.junit.Test;
import org.junit.runner.RunWith; import org.junit.runner.RunWith;
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.chrome.R; import org.chromium.chrome.R;
import org.chromium.chrome.browser.ChromeSwitches; import org.chromium.chrome.browser.ChromeSwitches;
...@@ -54,6 +55,7 @@ public class PaymentRequestShippingAddressChangeTest implements MainActivityStar ...@@ -54,6 +55,7 @@ public class PaymentRequestShippingAddressChangeTest implements MainActivityStar
@Test @Test
@MediumTest @MediumTest
@Feature({"Payments"}) @Feature({"Payments"})
@DisabledTest(message = "https://crbug.com/894011")
public void testShippingAddressChangeFormat() public void testShippingAddressChangeFormat()
throws InterruptedException, ExecutionException, TimeoutException { throws InterruptedException, ExecutionException, TimeoutException {
// Select a shipping address and cancel out. // Select a shipping address and cancel out.
......
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