Commit d4be7eeb authored by sebsg's avatar sebsg Committed by Commit bot

Revert of Mark...

Revert of Mark org.chromium.chrome.browser.payments.PaymentRequestIncompleteContactDetailsTest#testEditIncomp… (patchset #1 id:1 of https://codereview.chromium.org/2566173002/ )

Reason for revert:
The tree is closed:
../../chrome/android/javatests/src/org/chromium/chrome/browser/payments/PaymentRequestIncompleteContactDetailsTest.java:47: error: cannot find symbol
    @FlakyTest
     ^
  symbol:   class FlakyTest
  location: class PaymentRequestIncompleteContactDetailsTest
Note: Some input files additionally use or override a deprecated API.

Original issue's description:
> Mark org.chromium.chrome.browser.payments.PaymentRequestIncompleteContactDetailsTest#testEditIncompleteContactAndCancel as flaky
>
> BUG=673299
> TBR=grt@chromium.org
>
> Committed: https://chromium.googlesource.com/chromium/src/+/257f431c44c930193c082bf608c18282a063785e

TBR=grt@chromium.org,vasilii@chromium.org
# Skipping CQ checks because original CL landed less than 1 days ago.
NOPRESUBMIT=true
NOTREECHECKS=true
NOTRY=true
BUG=673299

Review-Url: https://codereview.chromium.org/2574433002
Cr-Commit-Position: refs/heads/master@{#437883}
parent 13f871df
...@@ -40,11 +40,7 @@ public class PaymentRequestIncompleteContactDetailsTest extends PaymentRequestTe ...@@ -40,11 +40,7 @@ public class PaymentRequestIncompleteContactDetailsTest extends PaymentRequestTe
} }
/** Attempt to update the contact information with invalid data and cancel the transaction. */ /** Attempt to update the contact information with invalid data and cancel the transaction. */
/* @MediumTest
* @MediumTest
* Bug=crbug.com/673299
*/
@FlakyTest
@Feature({"Payments"}) @Feature({"Payments"})
public void testEditIncompleteContactAndCancel() public void testEditIncompleteContactAndCancel()
throws InterruptedException, ExecutionException, TimeoutException { throws InterruptedException, ExecutionException, TimeoutException {
......
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