Commit f19e0e3d authored by Gregory Chatzinoff's avatar Gregory Chatzinoff Committed by Commit Bot

Disable PaymentRequestDataURLEGTest/testCanMakePaymentDataURL.

TBR=mahmadi

Bug: 758038
Change-Id: I5db7b82f8b9117d8731c62c4910619121caa9593
Reviewed-on: https://chromium-review.googlesource.com/627046Reviewed-by: default avatarGregory Chatzinoff <gchatz@chromium.org>
Commit-Queue: Gregory Chatzinoff <gchatz@chromium.org>
Cr-Commit-Position: refs/heads/master@{#496548}
parent aa70bb4f
...@@ -66,7 +66,8 @@ ...@@ -66,7 +66,8 @@
// Tests that the Promise returned by canMakePayment() gets resolved with false // Tests that the Promise returned by canMakePayment() gets resolved with false
// if the JS isContextSecure variable is not set in time. // if the JS isContextSecure variable is not set in time.
- (void)testCanMakePaymentDataURL { // TODO(crbug.com/758038): Reenable this test when underlying issue is fixed.
- (void)DISABLED_testCanMakePaymentDataURL {
[ChromeEarlGrey [ChromeEarlGrey
loadURL:GURL("data:text/html,<html><head><script>(new " loadURL:GURL("data:text/html,<html><head><script>(new "
"PaymentRequest([{supportedMethods: ['basic-card']}], " "PaymentRequest([{supportedMethods: ['basic-card']}], "
......
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